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=10043
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=10044",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10042",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10043,
    "results": [
        {
            "start": 872657510,
            "stop": 872657589
        },
        {
            "start": 872657606,
            "stop": 872657734
        },
        {
            "start": 872657976,
            "stop": 872657989
        },
        {
            "start": 872658121,
            "stop": 872658349
        },
        {
            "start": 872658367,
            "stop": 872658377
        },
        {
            "start": 872658497,
            "stop": 872658609
        },
        {
            "start": 872658627,
            "stop": 872658829
        },
        {
            "start": 872658846,
            "stop": 872658941
        },
        {
            "start": 872659025,
            "stop": 872659345
        },
        {
            "start": 872659362,
            "stop": 872661318
        },
        {
            "start": 872661334,
            "stop": 872662271
        },
        {
            "start": 872662288,
            "stop": 872662403
        },
        {
            "start": 872663831,
            "stop": 872666128
        },
        {
            "start": 872666145,
            "stop": 872667421
        },
        {
            "start": 872667457,
            "stop": 872668290
        },
        {
            "start": 872669941,
            "stop": 872670418
        },
        {
            "start": 872670456,
            "stop": 872670462
        },
        {
            "start": 872670505,
            "stop": 872670939
        },
        {
            "start": 872670956,
            "stop": 872671357
        },
        {
            "start": 872671393,
            "stop": 872671869
        }
    ]
}