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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8102",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8103,
    "results": [
        {
            "start": 872641926,
            "stop": 872642068
        },
        {
            "start": 872642102,
            "stop": 872642153
        },
        {
            "start": 872642173,
            "stop": 872642312
        },
        {
            "start": 872642334,
            "stop": 872642365
        },
        {
            "start": 872642382,
            "stop": 872642542
        },
        {
            "start": 872644726,
            "stop": 872645217
        },
        {
            "start": 872645236,
            "stop": 872645520
        },
        {
            "start": 872645700,
            "stop": 872646600
        },
        {
            "start": 872647140,
            "stop": 872647920
        },
        {
            "start": 872647986,
            "stop": 872648054
        },
        {
            "start": 872649668,
            "stop": 872650200
        },
        {
            "start": 872650260,
            "stop": 872651826
        },
        {
            "start": 872651843,
            "stop": 872652427
        },
        {
            "start": 872652444,
            "stop": 872654068
        },
        {
            "start": 872654085,
            "stop": 872656010
        },
        {
            "start": 872656027,
            "stop": 872656170
        },
        {
            "start": 872656188,
            "stop": 872656236
        },
        {
            "start": 872656254,
            "stop": 872656367
        },
        {
            "start": 872656384,
            "stop": 872656412
        },
        {
            "start": 872656429,
            "stop": 872656465
        }
    ]
}