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=1963
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=1964",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1962",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1963,
    "results": [
        {
            "start": 852931191,
            "stop": 852931312
        },
        {
            "start": 852931315,
            "stop": 852931470
        },
        {
            "start": 852931611,
            "stop": 852931645
        },
        {
            "start": 852931945,
            "stop": 852935109
        },
        {
            "start": 852935112,
            "stop": 852940479
        },
        {
            "start": 852940482,
            "stop": 852944373
        },
        {
            "start": 852944376,
            "stop": 852952866
        },
        {
            "start": 852953170,
            "stop": 852953198
        },
        {
            "start": 852953498,
            "stop": 852993710
        },
        {
            "start": 852993713,
            "stop": 852993719
        },
        {
            "start": 852993723,
            "stop": 852996438
        },
        {
            "start": 852996442,
            "stop": 852998047
        },
        {
            "start": 852998050,
            "stop": 852998078
        },
        {
            "start": 853023583,
            "stop": 853024013
        },
        {
            "start": 853024526,
            "stop": 853034304
        },
        {
            "start": 853034604,
            "stop": 853041254
        },
        {
            "start": 853041256,
            "stop": 853067303
        },
        {
            "start": 853067603,
            "stop": 853093700
        },
        {
            "start": 853093703,
            "stop": 853098913
        },
        {
            "start": 853099012,
            "stop": 853142614
        }
    ]
}