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_CAT4/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_CAT4/segments?format=api&page=8189",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8187",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 8188,
    "results": [
        {
            "start": 971444348,
            "stop": 971444349
        },
        {
            "start": 971444352,
            "stop": 971444378
        },
        {
            "start": 971444381,
            "stop": 971444536
        },
        {
            "start": 971444541,
            "stop": 971444556
        },
        {
            "start": 971444561,
            "stop": 971444570
        },
        {
            "start": 971444573,
            "stop": 971444574
        },
        {
            "start": 971444577,
            "stop": 971444589
        },
        {
            "start": 971444592,
            "stop": 971444612
        },
        {
            "start": 971444615,
            "stop": 971444732
        },
        {
            "start": 971444735,
            "stop": 971444736
        },
        {
            "start": 971444739,
            "stop": 971445188
        },
        {
            "start": 971445191,
            "stop": 971445373
        },
        {
            "start": 971445376,
            "stop": 971445540
        },
        {
            "start": 971445543,
            "stop": 971445862
        },
        {
            "start": 971445865,
            "stop": 971445938
        },
        {
            "start": 971445942,
            "stop": 971446070
        },
        {
            "start": 971446073,
            "stop": 971446088
        },
        {
            "start": 971446094,
            "stop": 971446111
        },
        {
            "start": 971446118,
            "stop": 971446142
        },
        {
            "start": 971446148,
            "stop": 971446205
        }
    ]
}