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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=28",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 29,
    "results": [
        {
            "start": 815630364,
            "stop": 815632240
        },
        {
            "start": 815632360,
            "stop": 815634563
        },
        {
            "start": 815634683,
            "stop": 815635854
        },
        {
            "start": 815637315,
            "stop": 815639411
        },
        {
            "start": 815639414,
            "stop": 815640372
        },
        {
            "start": 815640375,
            "stop": 815640834
        },
        {
            "start": 815640837,
            "stop": 815643272
        },
        {
            "start": 815653666,
            "stop": 815656032
        },
        {
            "start": 815656035,
            "stop": 815657911
        },
        {
            "start": 815657913,
            "stop": 815658039
        },
        {
            "start": 815658745,
            "stop": 815661865
        },
        {
            "start": 815662541,
            "stop": 815662655
        },
        {
            "start": 815662658,
            "stop": 815663064
        },
        {
            "start": 815664550,
            "stop": 815670214
        },
        {
            "start": 815670334,
            "stop": 815670437
        },
        {
            "start": 815670557,
            "stop": 815670629
        },
        {
            "start": 815670856,
            "stop": 815671163
        },
        {
            "start": 815671166,
            "stop": 815673127
        },
        {
            "start": 815673390,
            "stop": 815673947
        },
        {
            "start": 815673948,
            "stop": 815674164
        }
    ]
}