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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=784",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=782",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 783,
    "results": [
        {
            "start": 865183088,
            "stop": 865183290
        },
        {
            "start": 865183350,
            "stop": 865183413
        },
        {
            "start": 865183414,
            "stop": 865183430
        },
        {
            "start": 865183431,
            "stop": 865183432
        },
        {
            "start": 865196730,
            "stop": 865196745
        },
        {
            "start": 865197432,
            "stop": 865198278
        },
        {
            "start": 865199093,
            "stop": 865199130
        },
        {
            "start": 865199190,
            "stop": 865199193
        },
        {
            "start": 865199194,
            "stop": 865199250
        },
        {
            "start": 865199370,
            "stop": 865199393
        },
        {
            "start": 865218434,
            "stop": 865220610
        },
        {
            "start": 865220670,
            "stop": 865269740
        },
        {
            "start": 865270260,
            "stop": 865281951
        },
        {
            "start": 865297518,
            "stop": 865303433
        },
        {
            "start": 865303436,
            "stop": 865330278
        },
        {
            "start": 865332938,
            "stop": 865345183
        },
        {
            "start": 865356001,
            "stop": 865361366
        },
        {
            "start": 865361367,
            "stop": 865361430
        },
        {
            "start": 865361490,
            "stop": 865361563
        },
        {
            "start": 865362492,
            "stop": 865362569
        }
    ]
}