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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=111",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 112,
    "results": [
        {
            "start": 830539571,
            "stop": 830540154
        },
        {
            "start": 830541678,
            "stop": 830542968
        },
        {
            "start": 830544082,
            "stop": 830550661
        },
        {
            "start": 830552555,
            "stop": 830553433
        },
        {
            "start": 830555901,
            "stop": 830556168
        },
        {
            "start": 830556183,
            "stop": 830566869
        },
        {
            "start": 830567080,
            "stop": 830568489
        },
        {
            "start": 830569404,
            "stop": 830574613
        },
        {
            "start": 830576110,
            "stop": 830587813
        },
        {
            "start": 830590330,
            "stop": 830591168
        },
        {
            "start": 830592314,
            "stop": 830607013
        },
        {
            "start": 830607025,
            "stop": 830607027
        },
        {
            "start": 830607178,
            "stop": 830607313
        },
        {
            "start": 830607319,
            "stop": 830607320
        },
        {
            "start": 830607744,
            "stop": 830611152
        },
        {
            "start": 830614037,
            "stop": 830614933
        },
        {
            "start": 830614963,
            "stop": 830614965
        },
        {
            "start": 830615053,
            "stop": 830617276
        },
        {
            "start": 831174052,
            "stop": 831180116
        },
        {
            "start": 831181312,
            "stop": 831181573
        }
    ]
}