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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4119",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4120,
    "results": [
        {
            "start": 874247028,
            "stop": 874247038
        },
        {
            "start": 874247057,
            "stop": 874247069
        },
        {
            "start": 874247106,
            "stop": 874247269
        },
        {
            "start": 874247289,
            "stop": 874247305
        },
        {
            "start": 874247328,
            "stop": 874247397
        },
        {
            "start": 874247418,
            "stop": 874247506
        },
        {
            "start": 874247527,
            "stop": 874247537
        },
        {
            "start": 874247557,
            "stop": 874247618
        },
        {
            "start": 874247637,
            "stop": 874247681
        },
        {
            "start": 874247701,
            "stop": 874247703
        },
        {
            "start": 874247722,
            "stop": 874247733
        },
        {
            "start": 874247766,
            "stop": 874247886
        },
        {
            "start": 874247922,
            "stop": 874247975
        },
        {
            "start": 874247996,
            "stop": 874248019
        },
        {
            "start": 874248038,
            "stop": 874248043
        },
        {
            "start": 874248062,
            "stop": 874248075
        },
        {
            "start": 874248123,
            "stop": 874248166
        },
        {
            "start": 874248185,
            "stop": 874248216
        },
        {
            "start": 874248270,
            "stop": 874248287
        },
        {
            "start": 874248325,
            "stop": 874248438
        }
    ]
}