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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=189",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=187",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 188,
    "results": [
        {
            "start": 820427421,
            "stop": 820427424
        },
        {
            "start": 820427428,
            "stop": 820427675
        },
        {
            "start": 820427692,
            "stop": 820427867
        },
        {
            "start": 820427870,
            "stop": 820427997
        },
        {
            "start": 820428001,
            "stop": 820428022
        },
        {
            "start": 820428026,
            "stop": 820428630
        },
        {
            "start": 820428633,
            "stop": 820428730
        },
        {
            "start": 820428734,
            "stop": 820428964
        },
        {
            "start": 820428968,
            "stop": 820429622
        },
        {
            "start": 820429625,
            "stop": 820429698
        },
        {
            "start": 820429701,
            "stop": 820429795
        },
        {
            "start": 820429799,
            "stop": 820429889
        },
        {
            "start": 820431584,
            "stop": 820431985
        },
        {
            "start": 820431988,
            "stop": 820431992
        },
        {
            "start": 820431996,
            "stop": 820432150
        },
        {
            "start": 820432155,
            "stop": 820432159
        },
        {
            "start": 820432162,
            "stop": 820432167
        },
        {
            "start": 820432170,
            "stop": 820432242
        },
        {
            "start": 820432246,
            "stop": 820432393
        },
        {
            "start": 820432550,
            "stop": 820432682
        }
    ]
}