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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8189",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8187",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8188,
    "results": [
        {
            "start": 971046118,
            "stop": 971046121
        },
        {
            "start": 971046124,
            "stop": 971046233
        },
        {
            "start": 971046236,
            "stop": 971046284
        },
        {
            "start": 971046287,
            "stop": 971046315
        },
        {
            "start": 971046318,
            "stop": 971046324
        },
        {
            "start": 971046327,
            "stop": 971046340
        },
        {
            "start": 971046343,
            "stop": 971046482
        },
        {
            "start": 971283721,
            "stop": 971283786
        },
        {
            "start": 971283789,
            "stop": 971284637
        },
        {
            "start": 971284640,
            "stop": 971284648
        },
        {
            "start": 971284651,
            "stop": 971285508
        },
        {
            "start": 971285519,
            "stop": 971285633
        },
        {
            "start": 971285639,
            "stop": 971285654
        },
        {
            "start": 971285660,
            "stop": 971285674
        },
        {
            "start": 971285680,
            "stop": 971287312
        },
        {
            "start": 971287315,
            "stop": 971287482
        },
        {
            "start": 971287485,
            "stop": 971288496
        },
        {
            "start": 971288527,
            "stop": 971288538
        },
        {
            "start": 971288547,
            "stop": 971288548
        },
        {
            "start": 971288555,
            "stop": 971288559
        }
    ]
}