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=8189
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=8190",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8188",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8189,
    "results": [
        {
            "start": 971288570,
            "stop": 971288584
        },
        {
            "start": 971288590,
            "stop": 971288666
        },
        {
            "start": 971288672,
            "stop": 971288679
        },
        {
            "start": 971288685,
            "stop": 971288686
        },
        {
            "start": 971288707,
            "stop": 971289074
        },
        {
            "start": 971289077,
            "stop": 971289473
        },
        {
            "start": 971289476,
            "stop": 971289602
        },
        {
            "start": 971289608,
            "stop": 971289877
        },
        {
            "start": 971289880,
            "stop": 971290976
        },
        {
            "start": 971290979,
            "stop": 971291138
        },
        {
            "start": 971291952,
            "stop": 971292267
        },
        {
            "start": 971293866,
            "stop": 971295702
        },
        {
            "start": 971295705,
            "stop": 971295765
        },
        {
            "start": 971295768,
            "stop": 971296238
        },
        {
            "start": 971296241,
            "stop": 971296336
        },
        {
            "start": 971296396,
            "stop": 971297056
        },
        {
            "start": 971297176,
            "stop": 971297356
        },
        {
            "start": 971321073,
            "stop": 971321447
        },
        {
            "start": 971321464,
            "stop": 971321666
        },
        {
            "start": 971321683,
            "stop": 971321802
        }
    ]
}