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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3783",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3781",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3782,
    "results": [
        {
            "start": 874397323,
            "stop": 874398419
        },
        {
            "start": 874398436,
            "stop": 874399301
        },
        {
            "start": 874399318,
            "stop": 874401858
        },
        {
            "start": 874401875,
            "stop": 874402283
        },
        {
            "start": 874402300,
            "stop": 874404332
        },
        {
            "start": 874404349,
            "stop": 874405062
        },
        {
            "start": 874405081,
            "stop": 874405124
        },
        {
            "start": 874405141,
            "stop": 874405175
        },
        {
            "start": 874405192,
            "stop": 874405795
        },
        {
            "start": 874405812,
            "stop": 874407702
        },
        {
            "start": 874407719,
            "stop": 874408984
        },
        {
            "start": 874409001,
            "stop": 874411190
        },
        {
            "start": 874411207,
            "stop": 874412640
        },
        {
            "start": 874412760,
            "stop": 874413145
        },
        {
            "start": 874413162,
            "stop": 874414100
        },
        {
            "start": 874414117,
            "stop": 874414124
        },
        {
            "start": 874414305,
            "stop": 874415160
        },
        {
            "start": 874415220,
            "stop": 874415469
        },
        {
            "start": 874415486,
            "stop": 874419960
        },
        {
            "start": 874420020,
            "stop": 874422972
        }
    ]
}