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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=973",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=971",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 972,
    "results": [
        {
            "start": 1134792295,
            "stop": 1134792523
        },
        {
            "start": 1134792527,
            "stop": 1134792528
        },
        {
            "start": 1134792536,
            "stop": 1134792668
        },
        {
            "start": 1134792671,
            "stop": 1134792686
        },
        {
            "start": 1134792694,
            "stop": 1134792869
        },
        {
            "start": 1134792872,
            "stop": 1134792942
        },
        {
            "start": 1134792953,
            "stop": 1134793108
        },
        {
            "start": 1134793112,
            "stop": 1134793471
        },
        {
            "start": 1134793474,
            "stop": 1134793579
        },
        {
            "start": 1134793587,
            "stop": 1134793613
        },
        {
            "start": 1134793618,
            "stop": 1134794197
        },
        {
            "start": 1134794206,
            "stop": 1134794235
        },
        {
            "start": 1134794241,
            "stop": 1134794276
        },
        {
            "start": 1134794280,
            "stop": 1134794405
        },
        {
            "start": 1134794414,
            "stop": 1134794417
        },
        {
            "start": 1134794420,
            "stop": 1134794423
        },
        {
            "start": 1134794426,
            "stop": 1134794427
        },
        {
            "start": 1134794457,
            "stop": 1134794459
        },
        {
            "start": 1134794462,
            "stop": 1134794467
        },
        {
            "start": 1134794472,
            "stop": 1134794475
        }
    ]
}