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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=260",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=258",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 259,
    "results": [
        {
            "start": 853273781,
            "stop": 853280265
        },
        {
            "start": 853280827,
            "stop": 853286511
        },
        {
            "start": 853286609,
            "stop": 853288958
        },
        {
            "start": 853289546,
            "stop": 853290913
        },
        {
            "start": 853291934,
            "stop": 853315982
        },
        {
            "start": 853348758,
            "stop": 853359575
        },
        {
            "start": 853359789,
            "stop": 853414918
        },
        {
            "start": 853421252,
            "stop": 853444729
        },
        {
            "start": 853445602,
            "stop": 853453929
        },
        {
            "start": 853454504,
            "stop": 853479013
        },
        {
            "start": 853480707,
            "stop": 853483060
        },
        {
            "start": 853484158,
            "stop": 853522273
        },
        {
            "start": 853522284,
            "stop": 853522287
        },
        {
            "start": 853579586,
            "stop": 853595407
        },
        {
            "start": 853597066,
            "stop": 853603856
        },
        {
            "start": 853666463,
            "stop": 853668706
        },
        {
            "start": 853669905,
            "stop": 853673706
        },
        {
            "start": 853674386,
            "stop": 853686620
        },
        {
            "start": 853686917,
            "stop": 853689145
        },
        {
            "start": 853746598,
            "stop": 853758744
        }
    ]
}