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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1059",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1057",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1058,
    "results": [
        {
            "start": 1136195125,
            "stop": 1136195152
        },
        {
            "start": 1136195153,
            "stop": 1136195240
        },
        {
            "start": 1136195241,
            "stop": 1136195251
        },
        {
            "start": 1136195252,
            "stop": 1136195833
        },
        {
            "start": 1136195834,
            "stop": 1136195840
        },
        {
            "start": 1136195841,
            "stop": 1136195886
        },
        {
            "start": 1136195887,
            "stop": 1136195944
        },
        {
            "start": 1136195946,
            "stop": 1136195956
        },
        {
            "start": 1136195957,
            "stop": 1136195975
        },
        {
            "start": 1136195976,
            "stop": 1136195989
        },
        {
            "start": 1136195990,
            "stop": 1136196015
        },
        {
            "start": 1136196016,
            "stop": 1136196034
        },
        {
            "start": 1136196035,
            "stop": 1136196073
        },
        {
            "start": 1136196074,
            "stop": 1136196108
        },
        {
            "start": 1136196109,
            "stop": 1136196124
        },
        {
            "start": 1136196125,
            "stop": 1136196134
        },
        {
            "start": 1136196135,
            "stop": 1136196160
        },
        {
            "start": 1136196161,
            "stop": 1136196202
        },
        {
            "start": 1136196203,
            "stop": 1136196219
        },
        {
            "start": 1136196220,
            "stop": 1136196308
        }
    ]
}