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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=274",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=272",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 273,
    "results": [
        {
            "start": 931475901,
            "stop": 931475908
        },
        {
            "start": 931475910,
            "stop": 931475931
        },
        {
            "start": 931475933,
            "stop": 931475939
        },
        {
            "start": 931475941,
            "stop": 931475958
        },
        {
            "start": 931475960,
            "stop": 931476030
        },
        {
            "start": 931476032,
            "stop": 931476051
        },
        {
            "start": 931476053,
            "stop": 931476105
        },
        {
            "start": 931476107,
            "stop": 931476108
        },
        {
            "start": 931476110,
            "stop": 931476118
        },
        {
            "start": 931476121,
            "stop": 931476153
        },
        {
            "start": 931476155,
            "stop": 931476160
        },
        {
            "start": 931476162,
            "stop": 931476163
        },
        {
            "start": 931476165,
            "stop": 931476166
        },
        {
            "start": 931476168,
            "stop": 931476217
        },
        {
            "start": 931476219,
            "stop": 931476224
        },
        {
            "start": 931476226,
            "stop": 931476228
        },
        {
            "start": 931476230,
            "stop": 931476232
        },
        {
            "start": 931476234,
            "stop": 931476290
        },
        {
            "start": 931476292,
            "stop": 931476344
        },
        {
            "start": 931476346,
            "stop": 931476375
        }
    ]
}