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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=222",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=220",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 221,
    "results": [
        {
            "start": 821676484,
            "stop": 821676523
        },
        {
            "start": 821676526,
            "stop": 821676533
        },
        {
            "start": 821676539,
            "stop": 821676557
        },
        {
            "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
        }
    ]
}