Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4884
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=4885",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4883",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4884,
    "results": [
        {
            "start": 874856487,
            "stop": 874856509
        },
        {
            "start": 874856528,
            "stop": 874856580
        },
        {
            "start": 874856640,
            "stop": 874856658
        },
        {
            "start": 874856677,
            "stop": 874856692
        },
        {
            "start": 874856711,
            "stop": 874856716
        },
        {
            "start": 874856735,
            "stop": 874856794
        },
        {
            "start": 874856813,
            "stop": 874856824
        },
        {
            "start": 874856843,
            "stop": 874857125
        },
        {
            "start": 874857144,
            "stop": 874857495
        },
        {
            "start": 874857519,
            "stop": 874857540
        },
        {
            "start": 874857560,
            "stop": 874857570
        },
        {
            "start": 874864962,
            "stop": 874864969
        },
        {
            "start": 874876099,
            "stop": 874876904
        },
        {
            "start": 874877085,
            "stop": 874878000
        },
        {
            "start": 874878060,
            "stop": 874878220
        },
        {
            "start": 874879206,
            "stop": 874879625
        },
        {
            "start": 874879762,
            "stop": 874881939
        },
        {
            "start": 874881958,
            "stop": 874883362
        },
        {
            "start": 874883482,
            "stop": 874884090
        },
        {
            "start": 874884109,
            "stop": 874884179
        }
    ]
}