Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8087
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8088",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8086",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8087,
    "results": [
        {
            "start": 872479481,
            "stop": 872479495
        },
        {
            "start": 872479519,
            "stop": 872479545
        },
        {
            "start": 872479578,
            "stop": 872479644
        },
        {
            "start": 872479663,
            "stop": 872479719
        },
        {
            "start": 872479738,
            "stop": 872479973
        },
        {
            "start": 872479992,
            "stop": 872480070
        },
        {
            "start": 872480089,
            "stop": 872480340
        },
        {
            "start": 872480372,
            "stop": 872480726
        },
        {
            "start": 872480743,
            "stop": 872480748
        },
        {
            "start": 872480765,
            "stop": 872480796
        },
        {
            "start": 872480876,
            "stop": 872480910
        },
        {
            "start": 872480934,
            "stop": 872480985
        },
        {
            "start": 872481004,
            "stop": 872481351
        },
        {
            "start": 872481370,
            "stop": 872481389
        },
        {
            "start": 872481408,
            "stop": 872481432
        },
        {
            "start": 872481460,
            "stop": 872481481
        },
        {
            "start": 872481511,
            "stop": 872481512
        },
        {
            "start": 872481531,
            "stop": 872481537
        },
        {
            "start": 872481556,
            "stop": 872481882
        },
        {
            "start": 872481901,
            "stop": 872481909
        }
    ]
}