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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=21",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 22,
    "results": [
        {
            "start": 1170552441,
            "stop": 1170553833
        },
        {
            "start": 1170553837,
            "stop": 1170554176
        },
        {
            "start": 1170554183,
            "stop": 1170554430
        },
        {
            "start": 1170554443,
            "stop": 1170554567
        },
        {
            "start": 1170554576,
            "stop": 1170554880
        },
        {
            "start": 1170554952,
            "stop": 1170555260
        },
        {
            "start": 1170563281,
            "stop": 1170563423
        },
        {
            "start": 1170563438,
            "stop": 1170563571
        },
        {
            "start": 1170563578,
            "stop": 1170564635
        },
        {
            "start": 1170564641,
            "stop": 1170565056
        },
        {
            "start": 1170565094,
            "stop": 1170565155
        },
        {
            "start": 1170565167,
            "stop": 1170565212
        },
        {
            "start": 1170565218,
            "stop": 1170565659
        },
        {
            "start": 1170565678,
            "stop": 1170566196
        },
        {
            "start": 1170566203,
            "stop": 1170566356
        },
        {
            "start": 1170566367,
            "stop": 1170567798
        },
        {
            "start": 1170567810,
            "stop": 1170567877
        },
        {
            "start": 1170567888,
            "stop": 1170568631
        },
        {
            "start": 1170568643,
            "stop": 1170568927
        },
        {
            "start": 1170568931,
            "stop": 1170569811
        }
    ]
}