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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4734",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4732",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4733,
    "results": [
        {
            "start": 970104671,
            "stop": 970104722
        },
        {
            "start": 970104725,
            "stop": 970104958
        },
        {
            "start": 970104961,
            "stop": 970104967
        },
        {
            "start": 970104970,
            "stop": 970105775
        },
        {
            "start": 970105778,
            "stop": 970106927
        },
        {
            "start": 970106930,
            "stop": 970107022
        },
        {
            "start": 970107025,
            "stop": 970107306
        },
        {
            "start": 970107312,
            "stop": 970108191
        },
        {
            "start": 970108194,
            "stop": 970108498
        },
        {
            "start": 970108501,
            "stop": 970109248
        },
        {
            "start": 970109251,
            "stop": 970109373
        },
        {
            "start": 970109376,
            "stop": 970109646
        },
        {
            "start": 970109649,
            "stop": 970110011
        },
        {
            "start": 970110014,
            "stop": 970110055
        },
        {
            "start": 970110058,
            "stop": 970110154
        },
        {
            "start": 970110157,
            "stop": 970110959
        },
        {
            "start": 970110962,
            "stop": 970111103
        },
        {
            "start": 970111106,
            "stop": 970111122
        },
        {
            "start": 970111125,
            "stop": 970111455
        },
        {
            "start": 970111458,
            "stop": 970111754
        }
    ]
}