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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=104",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 105,
    "results": [
        {
            "start": 818060093,
            "stop": 818060098
        },
        {
            "start": 818060101,
            "stop": 818060117
        },
        {
            "start": 818060121,
            "stop": 818060124
        },
        {
            "start": 818060127,
            "stop": 818060139
        },
        {
            "start": 818060142,
            "stop": 818060159
        },
        {
            "start": 818060163,
            "stop": 818060176
        },
        {
            "start": 818060180,
            "stop": 818060199
        },
        {
            "start": 818060202,
            "stop": 818060206
        },
        {
            "start": 818060209,
            "stop": 818060226
        },
        {
            "start": 818060229,
            "stop": 818060233
        },
        {
            "start": 818060236,
            "stop": 818060239
        },
        {
            "start": 818060245,
            "stop": 818060266
        },
        {
            "start": 818060269,
            "stop": 818060271
        },
        {
            "start": 818060274,
            "stop": 818060276
        },
        {
            "start": 818060281,
            "stop": 818060283
        },
        {
            "start": 818060289,
            "stop": 818060290
        },
        {
            "start": 818060293,
            "stop": 818060303
        },
        {
            "start": 818060306,
            "stop": 818060309
        },
        {
            "start": 818060313,
            "stop": 818060314
        },
        {
            "start": 818060317,
            "stop": 818060321
        }
    ]
}