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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=374",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=372",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 373,
    "results": [
        {
            "start": 859608490,
            "stop": 859647622
        },
        {
            "start": 859662073,
            "stop": 859662351
        },
        {
            "start": 859662702,
            "stop": 859664105
        },
        {
            "start": 859664106,
            "stop": 859715267
        },
        {
            "start": 859715580,
            "stop": 859720498
        },
        {
            "start": 859721074,
            "stop": 859722622
        },
        {
            "start": 859725179,
            "stop": 859736182
        },
        {
            "start": 859737806,
            "stop": 859751720
        },
        {
            "start": 859751960,
            "stop": 859758214
        },
        {
            "start": 859760767,
            "stop": 859761210
        },
        {
            "start": 859765346,
            "stop": 859766586
        },
        {
            "start": 859769448,
            "stop": 859781285
        },
        {
            "start": 859782247,
            "stop": 859782818
        },
        {
            "start": 859784102,
            "stop": 859787769
        },
        {
            "start": 859788967,
            "stop": 859831594
        },
        {
            "start": 859834360,
            "stop": 859849053
        },
        {
            "start": 859849174,
            "stop": 859852089
        },
        {
            "start": 859870514,
            "stop": 859899101
        },
        {
            "start": 859899988,
            "stop": 859903349
        },
        {
            "start": 859903382,
            "stop": 859905794
        }
    ]
}