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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5073",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5071",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5072,
    "results": [
        {
            "start": 874614629,
            "stop": 874614632
        },
        {
            "start": 874614639,
            "stop": 874614654
        },
        {
            "start": 874614661,
            "stop": 874614664
        },
        {
            "start": 874614683,
            "stop": 874614690
        },
        {
            "start": 874614716,
            "stop": 874614726
        },
        {
            "start": 874614746,
            "stop": 874614760
        },
        {
            "start": 874614769,
            "stop": 874614772
        },
        {
            "start": 874614779,
            "stop": 874614794
        },
        {
            "start": 874614802,
            "stop": 874614813
        },
        {
            "start": 874614832,
            "stop": 874614838
        },
        {
            "start": 874614852,
            "stop": 874614911
        },
        {
            "start": 874614920,
            "stop": 874614922
        },
        {
            "start": 874614938,
            "stop": 874614969
        },
        {
            "start": 874614979,
            "stop": 874614990
        },
        {
            "start": 874615005,
            "stop": 874615071
        },
        {
            "start": 874615078,
            "stop": 874615115
        },
        {
            "start": 874615122,
            "stop": 874615272
        },
        {
            "start": 874615280,
            "stop": 874615289
        },
        {
            "start": 874615296,
            "stop": 874615363
        },
        {
            "start": 874615380,
            "stop": 874615436
        }
    ]
}