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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=29",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 30,
    "results": [
        {
            "start": 815674284,
            "stop": 815674336
        },
        {
            "start": 815674565,
            "stop": 815675357
        },
        {
            "start": 815675477,
            "stop": 815675509
        },
        {
            "start": 815675629,
            "stop": 815676713
        },
        {
            "start": 815676833,
            "stop": 815678317
        },
        {
            "start": 815678318,
            "stop": 815680903
        },
        {
            "start": 815681130,
            "stop": 815681537
        },
        {
            "start": 815681657,
            "stop": 815681660
        },
        {
            "start": 815681663,
            "stop": 815681882
        },
        {
            "start": 815681885,
            "stop": 815681901
        },
        {
            "start": 815681905,
            "stop": 815682411
        },
        {
            "start": 815683820,
            "stop": 815684418
        },
        {
            "start": 815684538,
            "stop": 815685155
        },
        {
            "start": 815685157,
            "stop": 815686288
        },
        {
            "start": 815686291,
            "stop": 815686745
        },
        {
            "start": 815689734,
            "stop": 815691305
        },
        {
            "start": 815691308,
            "stop": 815691863
        },
        {
            "start": 815691866,
            "stop": 815692264
        },
        {
            "start": 815692761,
            "stop": 815692905
        },
        {
            "start": 815692908,
            "stop": 815693071
        }
    ]
}