Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29387
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29388",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29386",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29387,
    "results": [
        {
            "start": 971400072,
            "stop": 971400093
        },
        {
            "start": 971400094,
            "stop": 971400099
        },
        {
            "start": 971400103,
            "stop": 971400109
        },
        {
            "start": 971400111,
            "stop": 971400175
        },
        {
            "start": 971400179,
            "stop": 971400182
        },
        {
            "start": 971401223,
            "stop": 971401317
        },
        {
            "start": 971401318,
            "stop": 971401429
        },
        {
            "start": 971401430,
            "stop": 971401495
        },
        {
            "start": 971401496,
            "stop": 971401507
        },
        {
            "start": 971401508,
            "stop": 971401549
        },
        {
            "start": 971401550,
            "stop": 971401555
        },
        {
            "start": 971401557,
            "stop": 971401567
        },
        {
            "start": 971401568,
            "stop": 971401602
        },
        {
            "start": 971401603,
            "stop": 971401652
        },
        {
            "start": 971401654,
            "stop": 971401661
        },
        {
            "start": 971401662,
            "stop": 971401670
        },
        {
            "start": 971401671,
            "stop": 971401737
        },
        {
            "start": 971401739,
            "stop": 971401747
        },
        {
            "start": 971401748,
            "stop": 971401780
        },
        {
            "start": 971401783,
            "stop": 971401787
        }
    ]
}