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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10086",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10084",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10085,
    "results": [
        {
            "start": 873211610,
            "stop": 873211637
        },
        {
            "start": 873211714,
            "stop": 873211721
        },
        {
            "start": 873211757,
            "stop": 873211762
        },
        {
            "start": 873211864,
            "stop": 873211870
        },
        {
            "start": 873211906,
            "stop": 873211911
        },
        {
            "start": 873211947,
            "stop": 873212037
        },
        {
            "start": 873212107,
            "stop": 873212111
        },
        {
            "start": 873212145,
            "stop": 873212461
        },
        {
            "start": 873212498,
            "stop": 873212707
        },
        {
            "start": 873212714,
            "stop": 873212775
        },
        {
            "start": 873212782,
            "stop": 873212845
        },
        {
            "start": 873212879,
            "stop": 873212921
        },
        {
            "start": 873212958,
            "stop": 873212974
        },
        {
            "start": 873213010,
            "stop": 873213035
        },
        {
            "start": 873213069,
            "stop": 873213360
        },
        {
            "start": 873213519,
            "stop": 873213537
        },
        {
            "start": 873213544,
            "stop": 873213715
        },
        {
            "start": 873213749,
            "stop": 873213810
        },
        {
            "start": 873215085,
            "stop": 873215093
        },
        {
            "start": 873215178,
            "stop": 873215256
        }
    ]
}