Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=357
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=358",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=356",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 357,
    "results": [
        {
            "start": 1265069053,
            "stop": 1265070004
        },
        {
            "start": 1265070005,
            "stop": 1265070024
        },
        {
            "start": 1265070025,
            "stop": 1265070829
        },
        {
            "start": 1265070830,
            "stop": 1265071023
        },
        {
            "start": 1265071024,
            "stop": 1265072070
        },
        {
            "start": 1265072071,
            "stop": 1265072076
        },
        {
            "start": 1265072077,
            "stop": 1265072121
        },
        {
            "start": 1265072122,
            "stop": 1265072126
        },
        {
            "start": 1265072128,
            "stop": 1265072145
        },
        {
            "start": 1265072147,
            "stop": 1265072149
        },
        {
            "start": 1265072150,
            "stop": 1265072158
        },
        {
            "start": 1265072159,
            "stop": 1265072201
        },
        {
            "start": 1265072202,
            "stop": 1265072226
        },
        {
            "start": 1265072227,
            "stop": 1265072232
        },
        {
            "start": 1265072233,
            "stop": 1265072288
        },
        {
            "start": 1265072289,
            "stop": 1265072949
        },
        {
            "start": 1265072950,
            "stop": 1265073324
        },
        {
            "start": 1265073325,
            "stop": 1265073898
        },
        {
            "start": 1265073899,
            "stop": 1265074135
        },
        {
            "start": 1265074136,
            "stop": 1265074455
        }
    ]
}