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=235
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=236",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=234",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 235,
    "results": [
        {
            "start": 821676560,
            "stop": 821676563
        },
        {
            "start": 821676566,
            "stop": 821676572
        },
        {
            "start": 821676575,
            "stop": 821676590
        },
        {
            "start": 821676593,
            "stop": 821676594
        },
        {
            "start": 821676597,
            "stop": 821676608
        },
        {
            "start": 821676611,
            "stop": 821676632
        },
        {
            "start": 821676638,
            "stop": 821676641
        },
        {
            "start": 821676644,
            "stop": 821676645
        },
        {
            "start": 821676648,
            "stop": 821676682
        },
        {
            "start": 821676685,
            "stop": 821676707
        },
        {
            "start": 821676710,
            "stop": 821676712
        },
        {
            "start": 821676720,
            "stop": 821676785
        },
        {
            "start": 821676788,
            "stop": 821676823
        },
        {
            "start": 821676826,
            "stop": 821676857
        },
        {
            "start": 821676860,
            "stop": 821676899
        },
        {
            "start": 821676902,
            "stop": 821676907
        },
        {
            "start": 821676910,
            "stop": 821676929
        },
        {
            "start": 821676932,
            "stop": 821676959
        },
        {
            "start": 821676962,
            "stop": 821676980
        },
        {
            "start": 821676983,
            "stop": 821676987
        }
    ]
}