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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=128",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=126",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 127,
    "results": [
        {
            "start": 818256018,
            "stop": 818256019
        },
        {
            "start": 818256036,
            "stop": 818256037
        },
        {
            "start": 818256045,
            "stop": 818256047
        },
        {
            "start": 818256116,
            "stop": 818256117
        },
        {
            "start": 818256387,
            "stop": 818256389
        },
        {
            "start": 818256627,
            "stop": 818256630
        },
        {
            "start": 818256638,
            "stop": 818256646
        },
        {
            "start": 818256866,
            "stop": 818256869
        },
        {
            "start": 818257017,
            "stop": 818257026
        },
        {
            "start": 818257060,
            "stop": 818257061
        },
        {
            "start": 818257441,
            "stop": 818257443
        },
        {
            "start": 818257858,
            "stop": 818257862
        },
        {
            "start": 818257911,
            "stop": 818257912
        },
        {
            "start": 818257947,
            "stop": 818257948
        },
        {
            "start": 818258090,
            "stop": 818258091
        },
        {
            "start": 818258242,
            "stop": 818258243
        },
        {
            "start": 818258817,
            "stop": 818258818
        },
        {
            "start": 818259074,
            "stop": 818259075
        },
        {
            "start": 818259115,
            "stop": 818259116
        },
        {
            "start": 818264053,
            "stop": 818264312
        }
    ]
}