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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4867",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4865",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4866,
    "results": [
        {
            "start": 874759883,
            "stop": 874759896
        },
        {
            "start": 874759929,
            "stop": 874760058
        },
        {
            "start": 874760077,
            "stop": 874760121
        },
        {
            "start": 874760140,
            "stop": 874760204
        },
        {
            "start": 874760245,
            "stop": 874760321
        },
        {
            "start": 874760340,
            "stop": 874760423
        },
        {
            "start": 874760442,
            "stop": 874760527
        },
        {
            "start": 874760552,
            "stop": 874760612
        },
        {
            "start": 874760632,
            "stop": 874760640
        },
        {
            "start": 874760700,
            "stop": 874760702
        },
        {
            "start": 874760721,
            "stop": 874760792
        },
        {
            "start": 874760945,
            "stop": 874760998
        },
        {
            "start": 874761034,
            "stop": 874761054
        },
        {
            "start": 874761120,
            "stop": 874761137
        },
        {
            "start": 874761156,
            "stop": 874761197
        },
        {
            "start": 874761221,
            "stop": 874761558
        },
        {
            "start": 874761578,
            "stop": 874761624
        },
        {
            "start": 874761649,
            "stop": 874761650
        },
        {
            "start": 874761707,
            "stop": 874761894
        },
        {
            "start": 874761913,
            "stop": 874762076
        }
    ]
}