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=125
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=126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=124",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 125,
    "results": [
        {
            "start": 818621200,
            "stop": 818635033
        },
        {
            "start": 818637188,
            "stop": 818640279
        },
        {
            "start": 818640283,
            "stop": 818645226
        },
        {
            "start": 818646745,
            "stop": 818654689
        },
        {
            "start": 818654827,
            "stop": 818658823
        },
        {
            "start": 818659004,
            "stop": 818677622
        },
        {
            "start": 818679152,
            "stop": 818684260
        },
        {
            "start": 818684266,
            "stop": 818686543
        },
        {
            "start": 818686724,
            "stop": 818687194
        },
        {
            "start": 818687829,
            "stop": 818687942
        },
        {
            "start": 818688139,
            "stop": 818691883
        },
        {
            "start": 818692064,
            "stop": 818692206
        },
        {
            "start": 818692210,
            "stop": 818707588
        },
        {
            "start": 818707589,
            "stop": 818715336
        },
        {
            "start": 818715474,
            "stop": 818715563
        },
        {
            "start": 818715935,
            "stop": 818718048
        },
        {
            "start": 818718253,
            "stop": 818719621
        },
        {
            "start": 818719799,
            "stop": 818719826
        },
        {
            "start": 818719924,
            "stop": 818720174
        },
        {
            "start": 818720301,
            "stop": 818723637
        }
    ]
}