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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=237",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=235",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 236,
    "results": [
        {
            "start": 821676990,
            "stop": 821677004
        },
        {
            "start": 821677007,
            "stop": 821677042
        },
        {
            "start": 821677045,
            "stop": 821677047
        },
        {
            "start": 821677057,
            "stop": 821677072
        },
        {
            "start": 821677076,
            "stop": 821677135
        },
        {
            "start": 821677138,
            "stop": 821677143
        },
        {
            "start": 821677151,
            "stop": 821677165
        },
        {
            "start": 821677168,
            "stop": 821677189
        },
        {
            "start": 821677192,
            "stop": 821677216
        },
        {
            "start": 821677219,
            "stop": 821677228
        },
        {
            "start": 821677233,
            "stop": 821677235
        },
        {
            "start": 821677240,
            "stop": 821677257
        },
        {
            "start": 821677260,
            "stop": 821677262
        },
        {
            "start": 821677266,
            "stop": 821677270
        },
        {
            "start": 821677273,
            "stop": 821677278
        },
        {
            "start": 821677282,
            "stop": 821677289
        },
        {
            "start": 821677292,
            "stop": 821677314
        },
        {
            "start": 821677317,
            "stop": 821677318
        },
        {
            "start": 821677321,
            "stop": 821677323
        },
        {
            "start": 821677327,
            "stop": 821677330
        }
    ]
}