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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1999",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1997",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1998,
    "results": [
        {
            "start": 857423935,
            "stop": 857424026
        },
        {
            "start": 857424748,
            "stop": 857424801
        },
        {
            "start": 857424911,
            "stop": 857425949
        },
        {
            "start": 857426249,
            "stop": 857426586
        },
        {
            "start": 857426696,
            "stop": 857426863
        },
        {
            "start": 857427569,
            "stop": 857427648
        },
        {
            "start": 857427948,
            "stop": 857428082
        },
        {
            "start": 857428192,
            "stop": 857428412
        },
        {
            "start": 857428712,
            "stop": 857428719
        },
        {
            "start": 857429050,
            "stop": 857429071
        },
        {
            "start": 857429074,
            "stop": 857429235
        },
        {
            "start": 857429238,
            "stop": 857429798
        },
        {
            "start": 857429801,
            "stop": 857430389
        },
        {
            "start": 857430486,
            "stop": 857430859
        },
        {
            "start": 857430862,
            "stop": 857430945
        },
        {
            "start": 857430948,
            "stop": 857431783
        },
        {
            "start": 857431786,
            "stop": 857431864
        },
        {
            "start": 857431867,
            "stop": 857432037
        },
        {
            "start": 857432040,
            "stop": 857432283
        },
        {
            "start": 857432286,
            "stop": 857432987
        }
    ]
}