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_CAT2/segments?format=api&page=2218
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=2219",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2217",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2218,
    "results": [
        {
            "start": 874510273,
            "stop": 874513800
        },
        {
            "start": 874515038,
            "stop": 874524619
        },
        {
            "start": 874524919,
            "stop": 874526304
        },
        {
            "start": 874526414,
            "stop": 874527350
        },
        {
            "start": 874527351,
            "stop": 874528453
        },
        {
            "start": 874528753,
            "stop": 874530041
        },
        {
            "start": 874530341,
            "stop": 874530389
        },
        {
            "start": 874530540,
            "stop": 874530677
        },
        {
            "start": 874530679,
            "stop": 874530686
        },
        {
            "start": 874530687,
            "stop": 874530977
        },
        {
            "start": 874531277,
            "stop": 874531307
        },
        {
            "start": 874531417,
            "stop": 874532040
        },
        {
            "start": 874532100,
            "stop": 874534592
        },
        {
            "start": 874534892,
            "stop": 874536239
        },
        {
            "start": 874536539,
            "stop": 874536624
        },
        {
            "start": 874536734,
            "stop": 874536988
        },
        {
            "start": 874537511,
            "stop": 874567521
        },
        {
            "start": 874567821,
            "stop": 874567965
        },
        {
            "start": 874568313,
            "stop": 874568324
        },
        {
            "start": 874568434,
            "stop": 874568591
        }
    ]
}