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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=37",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 38,
    "results": [
        {
            "start": 816073645,
            "stop": 816084933
        },
        {
            "start": 816084946,
            "stop": 816087593
        },
        {
            "start": 816087606,
            "stop": 816095981
        },
        {
            "start": 816095985,
            "stop": 816099366
        },
        {
            "start": 816099885,
            "stop": 816103555
        },
        {
            "start": 816103568,
            "stop": 816104387
        },
        {
            "start": 816104399,
            "stop": 816105945
        },
        {
            "start": 816105958,
            "stop": 816108531
        },
        {
            "start": 816141409,
            "stop": 816141516
        },
        {
            "start": 816141523,
            "stop": 816141547
        },
        {
            "start": 816141558,
            "stop": 816141575
        },
        {
            "start": 816141582,
            "stop": 816141648
        },
        {
            "start": 816148895,
            "stop": 816149248
        },
        {
            "start": 816149255,
            "stop": 816149276
        },
        {
            "start": 816149283,
            "stop": 816149449
        },
        {
            "start": 816149456,
            "stop": 816149543
        },
        {
            "start": 816149550,
            "stop": 816149555
        },
        {
            "start": 816149562,
            "stop": 816149835
        },
        {
            "start": 816149848,
            "stop": 816149938
        },
        {
            "start": 816149945,
            "stop": 816150277
        }
    ]
}