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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9927",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9925",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9926,
    "results": [
        {
            "start": 870923309,
            "stop": 870923330
        },
        {
            "start": 870923370,
            "stop": 870923463
        },
        {
            "start": 870923479,
            "stop": 870923518
        },
        {
            "start": 870923527,
            "stop": 870923580
        },
        {
            "start": 870923587,
            "stop": 870923665
        },
        {
            "start": 870923680,
            "stop": 870923694
        },
        {
            "start": 870923702,
            "stop": 870923731
        },
        {
            "start": 870923740,
            "stop": 870923752
        },
        {
            "start": 870923759,
            "stop": 870923819
        },
        {
            "start": 870924360,
            "stop": 870924368
        },
        {
            "start": 870924391,
            "stop": 870924433
        },
        {
            "start": 870924441,
            "stop": 870924656
        },
        {
            "start": 870924720,
            "stop": 870924749
        },
        {
            "start": 870924771,
            "stop": 870924831
        },
        {
            "start": 870924839,
            "stop": 870924845
        },
        {
            "start": 870924853,
            "stop": 870924925
        },
        {
            "start": 870924933,
            "stop": 870924967
        },
        {
            "start": 870924976,
            "stop": 870924981
        },
        {
            "start": 870924989,
            "stop": 870925020
        },
        {
            "start": 870925080,
            "stop": 870925192
        }
    ]
}