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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2449",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2447",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2448,
    "results": [
        {
            "start": 874365550,
            "stop": 874366200
        },
        {
            "start": 874366260,
            "stop": 874366550
        },
        {
            "start": 874366630,
            "stop": 874367200
        },
        {
            "start": 874367207,
            "stop": 874367220
        },
        {
            "start": 874367280,
            "stop": 874367311
        },
        {
            "start": 874367319,
            "stop": 874367880
        },
        {
            "start": 874367940,
            "stop": 874367962
        },
        {
            "start": 874367969,
            "stop": 874367990
        },
        {
            "start": 874368070,
            "stop": 874368240
        },
        {
            "start": 874368300,
            "stop": 874368480
        },
        {
            "start": 874368540,
            "stop": 874368900
        },
        {
            "start": 874368960,
            "stop": 874369190
        },
        {
            "start": 874369270,
            "stop": 874371180
        },
        {
            "start": 874371240,
            "stop": 874371360
        },
        {
            "start": 874371420,
            "stop": 874371759
        },
        {
            "start": 874371766,
            "stop": 874372380
        },
        {
            "start": 874372440,
            "stop": 874374110
        },
        {
            "start": 874374190,
            "stop": 874374360
        },
        {
            "start": 874374424,
            "stop": 874374470
        },
        {
            "start": 874374545,
            "stop": 874374650
        }
    ]
}