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=9892
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=9893",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9891",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9892,
    "results": [
        {
            "start": 870879207,
            "stop": 870879212
        },
        {
            "start": 870879220,
            "stop": 870879227
        },
        {
            "start": 870879300,
            "stop": 870879341
        },
        {
            "start": 870879548,
            "stop": 870879554
        },
        {
            "start": 870879562,
            "stop": 870879576
        },
        {
            "start": 870879599,
            "stop": 870879670
        },
        {
            "start": 870879701,
            "stop": 870879735
        },
        {
            "start": 870879743,
            "stop": 870879760
        },
        {
            "start": 870879767,
            "stop": 870879769
        },
        {
            "start": 870879777,
            "stop": 870879817
        },
        {
            "start": 870879824,
            "stop": 870879829
        },
        {
            "start": 870879839,
            "stop": 870879840
        },
        {
            "start": 870879921,
            "stop": 870880022
        },
        {
            "start": 870880030,
            "stop": 870880037
        },
        {
            "start": 870880044,
            "stop": 870880094
        },
        {
            "start": 870880103,
            "stop": 870880109
        },
        {
            "start": 870880200,
            "stop": 870880212
        },
        {
            "start": 870880236,
            "stop": 870880242
        },
        {
            "start": 870880250,
            "stop": 870880258
        },
        {
            "start": 870880442,
            "stop": 870880449
        }
    ]
}