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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=11",
    "results_count": 828,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 12,
    "results": [
        {
            "start": 1170564641,
            "stop": 1170565056
        },
        {
            "start": 1170565094,
            "stop": 1170565157
        },
        {
            "start": 1170565167,
            "stop": 1170565212
        },
        {
            "start": 1170565218,
            "stop": 1170565661
        },
        {
            "start": 1170565678,
            "stop": 1170566197
        },
        {
            "start": 1170566203,
            "stop": 1170566356
        },
        {
            "start": 1170566367,
            "stop": 1170567800
        },
        {
            "start": 1170567810,
            "stop": 1170567877
        },
        {
            "start": 1170567888,
            "stop": 1170568632
        },
        {
            "start": 1170568643,
            "stop": 1170568927
        },
        {
            "start": 1170568931,
            "stop": 1170569811
        },
        {
            "start": 1170569818,
            "stop": 1170572257
        },
        {
            "start": 1170572261,
            "stop": 1170572399
        },
        {
            "start": 1170572429,
            "stop": 1170572530
        },
        {
            "start": 1170572539,
            "stop": 1170573048
        },
        {
            "start": 1170573051,
            "stop": 1170573597
        },
        {
            "start": 1170573608,
            "stop": 1170573642
        },
        {
            "start": 1170573651,
            "stop": 1170573672
        },
        {
            "start": 1170573686,
            "stop": 1170573747
        },
        {
            "start": 1170573754,
            "stop": 1170573820
        }
    ]
}