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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14741",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14739",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14740,
    "results": [
        {
            "start": 971178836,
            "stop": 971178838
        },
        {
            "start": 971178839,
            "stop": 971178841
        },
        {
            "start": 971178842,
            "stop": 971178849
        },
        {
            "start": 971178852,
            "stop": 971178855
        },
        {
            "start": 971178863,
            "stop": 971178867
        },
        {
            "start": 971178868,
            "stop": 971178873
        },
        {
            "start": 971178874,
            "stop": 971178875
        },
        {
            "start": 971178876,
            "stop": 971178879
        },
        {
            "start": 971178880,
            "stop": 971178890
        },
        {
            "start": 971178892,
            "stop": 971178894
        },
        {
            "start": 971178896,
            "stop": 971178898
        },
        {
            "start": 971178899,
            "stop": 971178901
        },
        {
            "start": 971178902,
            "stop": 971178910
        },
        {
            "start": 971178912,
            "stop": 971178917
        },
        {
            "start": 971178921,
            "stop": 971178922
        },
        {
            "start": 971178925,
            "stop": 971178927
        },
        {
            "start": 971178928,
            "stop": 971178936
        },
        {
            "start": 971178937,
            "stop": 971178942
        },
        {
            "start": 971178944,
            "stop": 971178949
        },
        {
            "start": 971178951,
            "stop": 971178952
        }
    ]
}