Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=549
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=550",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=548",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 549,
    "results": [
        {
            "start": 872259806,
            "stop": 872260076
        },
        {
            "start": 872260628,
            "stop": 872260792
        },
        {
            "start": 872260793,
            "stop": 872260816
        },
        {
            "start": 872260818,
            "stop": 872261746
        },
        {
            "start": 872264974,
            "stop": 872277522
        },
        {
            "start": 872277524,
            "stop": 872280983
        },
        {
            "start": 872282956,
            "stop": 872282959
        },
        {
            "start": 872283832,
            "stop": 872284622
        },
        {
            "start": 872284766,
            "stop": 872285746
        },
        {
            "start": 872285747,
            "stop": 872287267
        },
        {
            "start": 872287268,
            "stop": 872287285
        },
        {
            "start": 872287287,
            "stop": 872287801
        },
        {
            "start": 872289672,
            "stop": 872297801
        },
        {
            "start": 872297802,
            "stop": 872325274
        },
        {
            "start": 872326125,
            "stop": 872343332
        },
        {
            "start": 872343877,
            "stop": 872344482
        },
        {
            "start": 872344484,
            "stop": 872344522
        },
        {
            "start": 872344524,
            "stop": 872344534
        },
        {
            "start": 872344537,
            "stop": 872344599
        },
        {
            "start": 872344601,
            "stop": 872344733
        }
    ]
}