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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=344",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=342",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 343,
    "results": [
        {
            "start": 822889855,
            "stop": 822889866
        },
        {
            "start": 822893845,
            "stop": 822894754
        },
        {
            "start": 822894757,
            "stop": 822895392
        },
        {
            "start": 822895395,
            "stop": 822895479
        },
        {
            "start": 822895482,
            "stop": 822895897
        },
        {
            "start": 822895900,
            "stop": 822897166
        },
        {
            "start": 822897169,
            "stop": 822897337
        },
        {
            "start": 822897340,
            "stop": 822898023
        },
        {
            "start": 822898027,
            "stop": 822898122
        },
        {
            "start": 822898273,
            "stop": 822898966
        },
        {
            "start": 822898969,
            "stop": 822899431
        },
        {
            "start": 822899434,
            "stop": 822899660
        },
        {
            "start": 822899664,
            "stop": 822899670
        },
        {
            "start": 822899760,
            "stop": 822900427
        },
        {
            "start": 822900430,
            "stop": 822901153
        },
        {
            "start": 822901156,
            "stop": 822903039
        },
        {
            "start": 822903042,
            "stop": 822903564
        },
        {
            "start": 822903567,
            "stop": 822903829
        },
        {
            "start": 822903833,
            "stop": 822905469
        },
        {
            "start": 822905472,
            "stop": 822907932
        }
    ]
}