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=1926
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=1927",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1925",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1926,
    "results": [
        {
            "start": 849471631,
            "stop": 849471678
        },
        {
            "start": 849473446,
            "stop": 849476941
        },
        {
            "start": 849477241,
            "stop": 849478347
        },
        {
            "start": 849478353,
            "stop": 849478425
        },
        {
            "start": 849478430,
            "stop": 849478705
        },
        {
            "start": 849478709,
            "stop": 849479896
        },
        {
            "start": 849480025,
            "stop": 849480650
        },
        {
            "start": 849480655,
            "stop": 849480660
        },
        {
            "start": 849480664,
            "stop": 849480669
        },
        {
            "start": 849480930,
            "stop": 849481588
        },
        {
            "start": 849481671,
            "stop": 849536097
        },
        {
            "start": 849536098,
            "stop": 849545635
        },
        {
            "start": 849545640,
            "stop": 849554130
        },
        {
            "start": 849556177,
            "stop": 849559555
        },
        {
            "start": 849560560,
            "stop": 849562092
        },
        {
            "start": 849562098,
            "stop": 849562112
        },
        {
            "start": 849562120,
            "stop": 849562142
        },
        {
            "start": 849562148,
            "stop": 849564001
        },
        {
            "start": 849565138,
            "stop": 849565252
        },
        {
            "start": 849565258,
            "stop": 849565322
        }
    ]
}