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_BURST_CAT3/segments?format=api&page=7015
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7016",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7014",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7015,
    "results": [
        {
            "start": 873944183,
            "stop": 873944189
        },
        {
            "start": 873944192,
            "stop": 873944239
        },
        {
            "start": 873944245,
            "stop": 873944246
        },
        {
            "start": 873944250,
            "stop": 873944363
        },
        {
            "start": 873944366,
            "stop": 873944377
        },
        {
            "start": 873944380,
            "stop": 873944889
        },
        {
            "start": 873944892,
            "stop": 873945166
        },
        {
            "start": 873945169,
            "stop": 873945320
        },
        {
            "start": 873945323,
            "stop": 873945337
        },
        {
            "start": 873945340,
            "stop": 873946393
        },
        {
            "start": 873946396,
            "stop": 873946681
        },
        {
            "start": 873946686,
            "stop": 873946924
        },
        {
            "start": 873946927,
            "stop": 873946934
        },
        {
            "start": 873946937,
            "stop": 873946942
        },
        {
            "start": 873946946,
            "stop": 873946968
        },
        {
            "start": 873946971,
            "stop": 873946989
        },
        {
            "start": 873946992,
            "stop": 873946995
        },
        {
            "start": 873946998,
            "stop": 873946999
        },
        {
            "start": 873947002,
            "stop": 873947014
        },
        {
            "start": 873947019,
            "stop": 873947028
        }
    ]
}