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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8320",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8318",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8319,
    "results": [
        {
            "start": 874257080,
            "stop": 874257113
        },
        {
            "start": 874257180,
            "stop": 874258260
        },
        {
            "start": 874258320,
            "stop": 874258680
        },
        {
            "start": 874258800,
            "stop": 874259959
        },
        {
            "start": 874259978,
            "stop": 874260127
        },
        {
            "start": 874260144,
            "stop": 874260186
        },
        {
            "start": 874260205,
            "stop": 874260296
        },
        {
            "start": 874260315,
            "stop": 874260320
        },
        {
            "start": 874260339,
            "stop": 874260918
        },
        {
            "start": 874260935,
            "stop": 874260939
        },
        {
            "start": 874260965,
            "stop": 874261260
        },
        {
            "start": 874261320,
            "stop": 874261587
        },
        {
            "start": 874261604,
            "stop": 874261954
        },
        {
            "start": 874261971,
            "stop": 874262022
        },
        {
            "start": 874262039,
            "stop": 874262052
        },
        {
            "start": 874262069,
            "stop": 874262245
        },
        {
            "start": 874262262,
            "stop": 874262275
        },
        {
            "start": 874262292,
            "stop": 874262444
        },
        {
            "start": 874262461,
            "stop": 874262732
        },
        {
            "start": 874262752,
            "stop": 874262915
        }
    ]
}