Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4942
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4943",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4941",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4942,
    "results": [
        {
            "start": 874346065,
            "stop": 874346146
        },
        {
            "start": 874346165,
            "stop": 874346280
        },
        {
            "start": 874346316,
            "stop": 874346338
        },
        {
            "start": 874346385,
            "stop": 874346391
        },
        {
            "start": 874346410,
            "stop": 874346489
        },
        {
            "start": 874346509,
            "stop": 874346570
        },
        {
            "start": 874346589,
            "stop": 874346608
        },
        {
            "start": 874346627,
            "stop": 874346674
        },
        {
            "start": 874346693,
            "stop": 874346773
        },
        {
            "start": 874346792,
            "stop": 874346809
        },
        {
            "start": 874346828,
            "stop": 874346842
        },
        {
            "start": 874346861,
            "stop": 874346897
        },
        {
            "start": 874346916,
            "stop": 874346950
        },
        {
            "start": 874346969,
            "stop": 874346992
        },
        {
            "start": 874347015,
            "stop": 874347025
        },
        {
            "start": 874347055,
            "stop": 874347069
        },
        {
            "start": 874347088,
            "stop": 874347129
        },
        {
            "start": 874347156,
            "stop": 874347205
        },
        {
            "start": 874347224,
            "stop": 874347230
        },
        {
            "start": 874347268,
            "stop": 874347273
        }
    ]
}