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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=508",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=506",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 507,
    "results": [
        {
            "start": 824387866,
            "stop": 824390248
        },
        {
            "start": 824395082,
            "stop": 824397923
        },
        {
            "start": 824408744,
            "stop": 824409179
        },
        {
            "start": 824409920,
            "stop": 824411916
        },
        {
            "start": 824458123,
            "stop": 824461527
        },
        {
            "start": 824461571,
            "stop": 824461837
        },
        {
            "start": 824461840,
            "stop": 824461918
        },
        {
            "start": 824462556,
            "stop": 824465590
        },
        {
            "start": 824465597,
            "stop": 824490395
        },
        {
            "start": 824491366,
            "stop": 824494678
        },
        {
            "start": 824496618,
            "stop": 824501197
        },
        {
            "start": 824502919,
            "stop": 824504290
        },
        {
            "start": 824504296,
            "stop": 824511307
        },
        {
            "start": 824511600,
            "stop": 824569196
        },
        {
            "start": 824591331,
            "stop": 824591506
        },
        {
            "start": 824591513,
            "stop": 824591540
        },
        {
            "start": 824591545,
            "stop": 824596595
        },
        {
            "start": 824598819,
            "stop": 824604235
        },
        {
            "start": 824607208,
            "stop": 824609141
        },
        {
            "start": 824611031,
            "stop": 824618477
        }
    ]
}