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_CAT4/segments?format=api&page=4731
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=4732",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4730",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4731,
    "results": [
        {
            "start": 874455115,
            "stop": 874455137
        },
        {
            "start": 874455157,
            "stop": 874455304
        },
        {
            "start": 874455323,
            "stop": 874455376
        },
        {
            "start": 874455395,
            "stop": 874455458
        },
        {
            "start": 874455477,
            "stop": 874455511
        },
        {
            "start": 874455535,
            "stop": 874455655
        },
        {
            "start": 874455674,
            "stop": 874455823
        },
        {
            "start": 874455844,
            "stop": 874455882
        },
        {
            "start": 874455901,
            "stop": 874456015
        },
        {
            "start": 874456068,
            "stop": 874456149
        },
        {
            "start": 874456169,
            "stop": 874456244
        },
        {
            "start": 874456263,
            "stop": 874456298
        },
        {
            "start": 874456317,
            "stop": 874456326
        },
        {
            "start": 874456345,
            "stop": 874456374
        },
        {
            "start": 874456393,
            "stop": 874456484
        },
        {
            "start": 874456521,
            "stop": 874456668
        },
        {
            "start": 874456687,
            "stop": 874456735
        },
        {
            "start": 874456754,
            "stop": 874456843
        },
        {
            "start": 874456868,
            "stop": 874456897
        },
        {
            "start": 874456917,
            "stop": 874456938
        }
    ]
}