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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=399",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=397",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 398,
    "results": [
        {
            "start": 1184676657,
            "stop": 1184676717
        },
        {
            "start": 1184676719,
            "stop": 1184680409
        },
        {
            "start": 1184680411,
            "stop": 1184687552
        },
        {
            "start": 1184687554,
            "stop": 1184702340
        },
        {
            "start": 1184720647,
            "stop": 1184723915
        },
        {
            "start": 1184723977,
            "stop": 1184735682
        },
        {
            "start": 1184738830,
            "stop": 1184746691
        },
        {
            "start": 1184746697,
            "stop": 1184749821
        },
        {
            "start": 1184749839,
            "stop": 1184749842
        },
        {
            "start": 1184749846,
            "stop": 1184752639
        },
        {
            "start": 1184752643,
            "stop": 1184752644
        },
        {
            "start": 1184752650,
            "stop": 1184752674
        },
        {
            "start": 1184752679,
            "stop": 1184752681
        },
        {
            "start": 1184752686,
            "stop": 1184752706
        },
        {
            "start": 1184752710,
            "stop": 1184752712
        },
        {
            "start": 1184752716,
            "stop": 1184753291
        },
        {
            "start": 1184753353,
            "stop": 1184753559
        },
        {
            "start": 1184753570,
            "stop": 1184753631
        },
        {
            "start": 1184753637,
            "stop": 1184753652
        },
        {
            "start": 1184753658,
            "stop": 1184753779
        }
    ]
}