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=56
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=57",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=55",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 56,
    "results": [
        {
            "start": 821416355,
            "stop": 821416505
        },
        {
            "start": 821416507,
            "stop": 821432873
        },
        {
            "start": 821432874,
            "stop": 821433109
        },
        {
            "start": 821433648,
            "stop": 821445356
        },
        {
            "start": 821448137,
            "stop": 821449960
        },
        {
            "start": 821449962,
            "stop": 821450156
        },
        {
            "start": 821450160,
            "stop": 821450198
        },
        {
            "start": 821450679,
            "stop": 821457045
        },
        {
            "start": 821457047,
            "stop": 821457164
        },
        {
            "start": 821457166,
            "stop": 821458454
        },
        {
            "start": 821458456,
            "stop": 821458506
        },
        {
            "start": 821460498,
            "stop": 821460760
        },
        {
            "start": 821462036,
            "stop": 821466206
        },
        {
            "start": 821466208,
            "stop": 821466414
        },
        {
            "start": 821466416,
            "stop": 821467475
        },
        {
            "start": 821468555,
            "stop": 821469007
        },
        {
            "start": 821471011,
            "stop": 821471452
        },
        {
            "start": 821471554,
            "stop": 821471758
        },
        {
            "start": 821475167,
            "stop": 821475244
        },
        {
            "start": 821475511,
            "stop": 821475579
        }
    ]
}