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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=437",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=435",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 436,
    "results": [
        {
            "start": 827197252,
            "stop": 827197464
        },
        {
            "start": 827197477,
            "stop": 827197513
        },
        {
            "start": 827197521,
            "stop": 827197564
        },
        {
            "start": 827197571,
            "stop": 827198067
        },
        {
            "start": 827198074,
            "stop": 827198164
        },
        {
            "start": 827198172,
            "stop": 827198176
        },
        {
            "start": 827198183,
            "stop": 827198187
        },
        {
            "start": 827198200,
            "stop": 827198309
        },
        {
            "start": 827198322,
            "stop": 827198481
        },
        {
            "start": 827198488,
            "stop": 827198553
        },
        {
            "start": 827198560,
            "stop": 827198619
        },
        {
            "start": 827198627,
            "stop": 827198744
        },
        {
            "start": 827198751,
            "stop": 827198879
        },
        {
            "start": 827198892,
            "stop": 827198929
        },
        {
            "start": 827198936,
            "stop": 827198979
        },
        {
            "start": 827198995,
            "stop": 827199002
        },
        {
            "start": 827199009,
            "stop": 827199019
        },
        {
            "start": 827199034,
            "stop": 827199039
        },
        {
            "start": 827199046,
            "stop": 827199157
        },
        {
            "start": 827199164,
            "stop": 827199187
        }
    ]
}