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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2083",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2081",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2082,
    "results": [
        {
            "start": 871050856,
            "stop": 871050866
        },
        {
            "start": 871050883,
            "stop": 871051072
        },
        {
            "start": 871051089,
            "stop": 871053592
        },
        {
            "start": 871053609,
            "stop": 871054174
        },
        {
            "start": 871054547,
            "stop": 871057590
        },
        {
            "start": 871057997,
            "stop": 871060514
        },
        {
            "start": 871060532,
            "stop": 871060534
        },
        {
            "start": 871060554,
            "stop": 871060556
        },
        {
            "start": 871060573,
            "stop": 871060578
        },
        {
            "start": 871061605,
            "stop": 871061733
        },
        {
            "start": 871061750,
            "stop": 871061773
        },
        {
            "start": 871061791,
            "stop": 871065674
        },
        {
            "start": 871065691,
            "stop": 871066049
        },
        {
            "start": 871066071,
            "stop": 871066073
        },
        {
            "start": 871066092,
            "stop": 871066120
        },
        {
            "start": 871071054,
            "stop": 871071057
        },
        {
            "start": 871071116,
            "stop": 871071144
        },
        {
            "start": 871071178,
            "stop": 871071183
        },
        {
            "start": 871071248,
            "stop": 871071295
        },
        {
            "start": 871071327,
            "stop": 871071328
        }
    ]
}