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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1872",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1870",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1871,
    "results": [
        {
            "start": 844876949,
            "stop": 844877821
        },
        {
            "start": 844878121,
            "stop": 844878836
        },
        {
            "start": 844878839,
            "stop": 844880689
        },
        {
            "start": 844880692,
            "stop": 844883408
        },
        {
            "start": 844883411,
            "stop": 844884759
        },
        {
            "start": 844884869,
            "stop": 844884951
        },
        {
            "start": 844885251,
            "stop": 844885577
        },
        {
            "start": 844885580,
            "stop": 844889574
        },
        {
            "start": 844889684,
            "stop": 844893946
        },
        {
            "start": 844896594,
            "stop": 844897838
        },
        {
            "start": 844898138,
            "stop": 844898177
        },
        {
            "start": 844898287,
            "stop": 844904463
        },
        {
            "start": 844904465,
            "stop": 844913151
        },
        {
            "start": 844913451,
            "stop": 844913497
        },
        {
            "start": 844913607,
            "stop": 844932222
        },
        {
            "start": 844932522,
            "stop": 844933815
        },
        {
            "start": 844934115,
            "stop": 844936143
        },
        {
            "start": 844936253,
            "stop": 844936292
        },
        {
            "start": 844936592,
            "stop": 844941710
        },
        {
            "start": 844941820,
            "stop": 844942041
        }
    ]
}