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=8862
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=8863",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8861",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8862,
    "results": [
        {
            "start": 873038401,
            "stop": 873038642
        },
        {
            "start": 873038659,
            "stop": 873039081
        },
        {
            "start": 873039098,
            "stop": 873039105
        },
        {
            "start": 873039122,
            "stop": 873039642
        },
        {
            "start": 873039659,
            "stop": 873039689
        },
        {
            "start": 873039706,
            "stop": 873039733
        },
        {
            "start": 873039751,
            "stop": 873039756
        },
        {
            "start": 873039790,
            "stop": 873039807
        },
        {
            "start": 873039824,
            "stop": 873039866
        },
        {
            "start": 873039883,
            "stop": 873039898
        },
        {
            "start": 873039915,
            "stop": 873040133
        },
        {
            "start": 873040150,
            "stop": 873040163
        },
        {
            "start": 873040195,
            "stop": 873040367
        },
        {
            "start": 873040384,
            "stop": 873040422
        },
        {
            "start": 873040439,
            "stop": 873040446
        },
        {
            "start": 873040463,
            "stop": 873040712
        },
        {
            "start": 873040744,
            "stop": 873040759
        },
        {
            "start": 873040778,
            "stop": 873040980
        },
        {
            "start": 873041100,
            "stop": 873041396
        },
        {
            "start": 873041414,
            "stop": 873041437
        }
    ]
}