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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7501",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7499",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7500,
    "results": [
        {
            "start": 970305794,
            "stop": 970306131
        },
        {
            "start": 970306134,
            "stop": 970306251
        },
        {
            "start": 970306254,
            "stop": 970306261
        },
        {
            "start": 970306264,
            "stop": 970306340
        },
        {
            "start": 970306343,
            "stop": 970306367
        },
        {
            "start": 970306373,
            "stop": 970306377
        },
        {
            "start": 970309583,
            "stop": 970309602
        },
        {
            "start": 970309605,
            "stop": 970309619
        },
        {
            "start": 970309625,
            "stop": 970309632
        },
        {
            "start": 970309644,
            "stop": 970309742
        },
        {
            "start": 970309745,
            "stop": 970309889
        },
        {
            "start": 970309895,
            "stop": 970309931
        },
        {
            "start": 970309934,
            "stop": 970310232
        },
        {
            "start": 970310235,
            "stop": 970310725
        },
        {
            "start": 970310728,
            "stop": 970310758
        },
        {
            "start": 970310761,
            "stop": 970310921
        },
        {
            "start": 970310927,
            "stop": 970310962
        },
        {
            "start": 970311042,
            "stop": 970311046
        },
        {
            "start": 970311052,
            "stop": 970311053
        },
        {
            "start": 970311059,
            "stop": 970311066
        }
    ]
}