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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=214",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=212",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 213,
    "results": [
        {
            "start": 933142781,
            "stop": 933142793
        },
        {
            "start": 933142795,
            "stop": 933142807
        },
        {
            "start": 933142810,
            "stop": 933142822
        },
        {
            "start": 933142825,
            "stop": 933142837
        },
        {
            "start": 933142840,
            "stop": 933142853
        },
        {
            "start": 933142855,
            "stop": 933142957
        },
        {
            "start": 933142960,
            "stop": 933142973
        },
        {
            "start": 933142975,
            "stop": 933143002
        },
        {
            "start": 933143005,
            "stop": 933143454
        },
        {
            "start": 933143456,
            "stop": 933143754
        },
        {
            "start": 933143756,
            "stop": 933143797
        },
        {
            "start": 933143800,
            "stop": 933144126
        },
        {
            "start": 933144131,
            "stop": 933144412
        },
        {
            "start": 933144414,
            "stop": 933144549
        },
        {
            "start": 933144551,
            "stop": 933144572
        },
        {
            "start": 933144575,
            "stop": 933144581
        },
        {
            "start": 933144583,
            "stop": 933144626
        },
        {
            "start": 933144628,
            "stop": 933144640
        },
        {
            "start": 933144642,
            "stop": 933144690
        },
        {
            "start": 933144692,
            "stop": 933144728
        }
    ]
}