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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=188",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=186",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 187,
    "results": [
        {
            "start": 821649265,
            "stop": 821649307
        },
        {
            "start": 821649310,
            "stop": 821649330
        },
        {
            "start": 821649333,
            "stop": 821649431
        },
        {
            "start": 821649434,
            "stop": 821649442
        },
        {
            "start": 821649445,
            "stop": 821649447
        },
        {
            "start": 821649453,
            "stop": 821649461
        },
        {
            "start": 821649464,
            "stop": 821649494
        },
        {
            "start": 821649497,
            "stop": 821649518
        },
        {
            "start": 821649521,
            "stop": 821649559
        },
        {
            "start": 821649562,
            "stop": 821649585
        },
        {
            "start": 821649588,
            "stop": 821649617
        },
        {
            "start": 821649621,
            "stop": 821649623
        },
        {
            "start": 821649626,
            "stop": 821649645
        },
        {
            "start": 821649648,
            "stop": 821649655
        },
        {
            "start": 821649661,
            "stop": 821649662
        },
        {
            "start": 821649665,
            "stop": 821649671
        },
        {
            "start": 821649674,
            "stop": 821649683
        },
        {
            "start": 821649687,
            "stop": 821649729
        },
        {
            "start": 821649732,
            "stop": 821649772
        },
        {
            "start": 821649777,
            "stop": 821649779
        }
    ]
}