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=546
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=547",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=545",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 546,
    "results": [
        {
            "start": 871923160,
            "stop": 871923533
        },
        {
            "start": 871923535,
            "stop": 871923540
        },
        {
            "start": 871923541,
            "stop": 871923809
        },
        {
            "start": 871923974,
            "stop": 871924243
        },
        {
            "start": 871924510,
            "stop": 871925418
        },
        {
            "start": 871925512,
            "stop": 871943442
        },
        {
            "start": 871943443,
            "stop": 871943465
        },
        {
            "start": 871943467,
            "stop": 871956726
        },
        {
            "start": 871958409,
            "stop": 871973111
        },
        {
            "start": 871973914,
            "stop": 871975454
        },
        {
            "start": 871976385,
            "stop": 871996158
        },
        {
            "start": 871997716,
            "stop": 871997748
        },
        {
            "start": 871997750,
            "stop": 871997757
        },
        {
            "start": 871997760,
            "stop": 871997771
        },
        {
            "start": 871997773,
            "stop": 871997778
        },
        {
            "start": 871997780,
            "stop": 871997841
        },
        {
            "start": 871997842,
            "stop": 871997850
        },
        {
            "start": 871997852,
            "stop": 871997893
        },
        {
            "start": 871997896,
            "stop": 871997948
        },
        {
            "start": 871997949,
            "stop": 871998063
        }
    ]
}