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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8855",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8853",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8854,
    "results": [
        {
            "start": 872996202,
            "stop": 872996213
        },
        {
            "start": 872996257,
            "stop": 872996294
        },
        {
            "start": 872996338,
            "stop": 872996363
        },
        {
            "start": 872996410,
            "stop": 872996573
        },
        {
            "start": 872996590,
            "stop": 872996818
        },
        {
            "start": 872996837,
            "stop": 872997116
        },
        {
            "start": 872997167,
            "stop": 872997197
        },
        {
            "start": 872997228,
            "stop": 872997258
        },
        {
            "start": 872997277,
            "stop": 872997304
        },
        {
            "start": 872997336,
            "stop": 872997359
        },
        {
            "start": 872997399,
            "stop": 872997420
        },
        {
            "start": 873002239,
            "stop": 873002247
        },
        {
            "start": 873002274,
            "stop": 873002310
        },
        {
            "start": 873002327,
            "stop": 873002449
        },
        {
            "start": 873002466,
            "stop": 873002511
        },
        {
            "start": 873002531,
            "stop": 873002711
        },
        {
            "start": 873002731,
            "stop": 873002751
        },
        {
            "start": 873002772,
            "stop": 873002810
        },
        {
            "start": 873002829,
            "stop": 873002836
        },
        {
            "start": 873002855,
            "stop": 873002856
        }
    ]
}