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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4981",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4979",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4980,
    "results": [
        {
            "start": 874427991,
            "stop": 874428035
        },
        {
            "start": 874428054,
            "stop": 874428114
        },
        {
            "start": 874428131,
            "stop": 874428259
        },
        {
            "start": 874428279,
            "stop": 874428296
        },
        {
            "start": 874428315,
            "stop": 874428332
        },
        {
            "start": 874428352,
            "stop": 874428411
        },
        {
            "start": 874428430,
            "stop": 874428479
        },
        {
            "start": 874428498,
            "stop": 874428507
        },
        {
            "start": 874428542,
            "stop": 874428596
        },
        {
            "start": 874428615,
            "stop": 874428701
        },
        {
            "start": 874428721,
            "stop": 874428755
        },
        {
            "start": 874428774,
            "stop": 874428794
        },
        {
            "start": 874428818,
            "stop": 874428824
        },
        {
            "start": 874428845,
            "stop": 874428913
        },
        {
            "start": 874428932,
            "stop": 874429109
        },
        {
            "start": 874429128,
            "stop": 874429184
        },
        {
            "start": 874429203,
            "stop": 874429216
        },
        {
            "start": 874429235,
            "stop": 874429444
        },
        {
            "start": 874429464,
            "stop": 874429470
        },
        {
            "start": 874429489,
            "stop": 874429497
        }
    ]
}