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=557
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=558",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=556",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 557,
    "results": [
        {
            "start": 872876753,
            "stop": 872876762
        },
        {
            "start": 872876763,
            "stop": 872880786
        },
        {
            "start": 872880968,
            "stop": 872881760
        },
        {
            "start": 872881955,
            "stop": 872925801
        },
        {
            "start": 872927126,
            "stop": 872938335
        },
        {
            "start": 872939457,
            "stop": 872944441
        },
        {
            "start": 872944719,
            "stop": 872945585
        },
        {
            "start": 872971140,
            "stop": 872971446
        },
        {
            "start": 872971448,
            "stop": 872972165
        },
        {
            "start": 872972441,
            "stop": 872972554
        },
        {
            "start": 872972670,
            "stop": 872975057
        },
        {
            "start": 872976056,
            "stop": 872976937
        },
        {
            "start": 872977053,
            "stop": 872986277
        },
        {
            "start": 872986320,
            "stop": 872997572
        },
        {
            "start": 873001846,
            "stop": 873012047
        },
        {
            "start": 873013395,
            "stop": 873028098
        },
        {
            "start": 873028341,
            "stop": 873030569
        },
        {
            "start": 873030752,
            "stop": 873033208
        },
        {
            "start": 873034455,
            "stop": 873035430
        },
        {
            "start": 873036523,
            "stop": 873040768
        }
    ]
}