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=292
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=293",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=291",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 292,
    "results": [
        {
            "start": 818492108,
            "stop": 818492175
        },
        {
            "start": 818492199,
            "stop": 818492229
        },
        {
            "start": 818492265,
            "stop": 818492281
        },
        {
            "start": 818492302,
            "stop": 818492350
        },
        {
            "start": 818492370,
            "stop": 818492395
        },
        {
            "start": 818492423,
            "stop": 818492504
        },
        {
            "start": 818492542,
            "stop": 818492600
        },
        {
            "start": 818492623,
            "stop": 818492637
        },
        {
            "start": 818492666,
            "stop": 818492667
        },
        {
            "start": 818492688,
            "stop": 818492712
        },
        {
            "start": 818492757,
            "stop": 818492788
        },
        {
            "start": 818492812,
            "stop": 818492935
        },
        {
            "start": 818492958,
            "stop": 818493056
        },
        {
            "start": 818493088,
            "stop": 818493156
        },
        {
            "start": 818493183,
            "stop": 818493188
        },
        {
            "start": 818493241,
            "stop": 818493263
        },
        {
            "start": 818493284,
            "stop": 818493312
        },
        {
            "start": 818493341,
            "stop": 818493354
        },
        {
            "start": 818493513,
            "stop": 818493520
        },
        {
            "start": 818493677,
            "stop": 818493679
        }
    ]
}