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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=157",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 158,
    "results": [
        {
            "start": 932856766,
            "stop": 932857016
        },
        {
            "start": 932857021,
            "stop": 932857032
        },
        {
            "start": 932857050,
            "stop": 932857090
        },
        {
            "start": 932857128,
            "stop": 932857131
        },
        {
            "start": 932857149,
            "stop": 932857159
        },
        {
            "start": 932857210,
            "stop": 932857218
        },
        {
            "start": 932857223,
            "stop": 932857224
        },
        {
            "start": 932857229,
            "stop": 932857245
        },
        {
            "start": 932857305,
            "stop": 932857390
        },
        {
            "start": 932857393,
            "stop": 932857479
        },
        {
            "start": 932857498,
            "stop": 932857514
        },
        {
            "start": 932857537,
            "stop": 932857553
        },
        {
            "start": 932857571,
            "stop": 932857577
        },
        {
            "start": 932857600,
            "stop": 932857611
        },
        {
            "start": 932857613,
            "stop": 932857626
        },
        {
            "start": 932857696,
            "stop": 932857812
        },
        {
            "start": 932857832,
            "stop": 932857833
        },
        {
            "start": 932857854,
            "stop": 932858023
        },
        {
            "start": 932858105,
            "stop": 932858106
        },
        {
            "start": 932858127,
            "stop": 932858145
        }
    ]
}