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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2118",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2119,
    "results": [
        {
            "start": 866167114,
            "stop": 866167270
        },
        {
            "start": 866167273,
            "stop": 866167334
        },
        {
            "start": 866167337,
            "stop": 866167339
        },
        {
            "start": 866167342,
            "stop": 866167346
        },
        {
            "start": 866167646,
            "stop": 866167754
        },
        {
            "start": 866167757,
            "stop": 866167770
        },
        {
            "start": 866167773,
            "stop": 866167962
        },
        {
            "start": 866168072,
            "stop": 866168233
        },
        {
            "start": 866171147,
            "stop": 866171237
        },
        {
            "start": 866172028,
            "stop": 866172062
        },
        {
            "start": 866172063,
            "stop": 866172227
        },
        {
            "start": 866173805,
            "stop": 866183490
        },
        {
            "start": 866183656,
            "stop": 866183683
        },
        {
            "start": 866184260,
            "stop": 866190186
        },
        {
            "start": 866190305,
            "stop": 866193131
        },
        {
            "start": 866193334,
            "stop": 866193470
        },
        {
            "start": 866193478,
            "stop": 866193485
        },
        {
            "start": 866193493,
            "stop": 866193495
        },
        {
            "start": 866193500,
            "stop": 866197312
        },
        {
            "start": 866197316,
            "stop": 866209939
        }
    ]
}