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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6028",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6026",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6027,
    "results": [
        {
            "start": 873614980,
            "stop": 873617538
        },
        {
            "start": 873617541,
            "stop": 873620521
        },
        {
            "start": 873621830,
            "stop": 873623974
        },
        {
            "start": 873623975,
            "stop": 873623984
        },
        {
            "start": 873623987,
            "stop": 873624092
        },
        {
            "start": 873624094,
            "stop": 873624731
        },
        {
            "start": 873624734,
            "stop": 873624745
        },
        {
            "start": 873624747,
            "stop": 873625001
        },
        {
            "start": 873625003,
            "stop": 873625815
        },
        {
            "start": 873625817,
            "stop": 873625849
        },
        {
            "start": 873625852,
            "stop": 873626248
        },
        {
            "start": 873626251,
            "stop": 873626309
        },
        {
            "start": 873626312,
            "stop": 873626313
        },
        {
            "start": 873626316,
            "stop": 873627190
        },
        {
            "start": 873627193,
            "stop": 873627497
        },
        {
            "start": 873627500,
            "stop": 873627742
        },
        {
            "start": 873627744,
            "stop": 873629333
        },
        {
            "start": 873629335,
            "stop": 873629913
        },
        {
            "start": 873629915,
            "stop": 873630162
        },
        {
            "start": 873630163,
            "stop": 873630970
        }
    ]
}