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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8824",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8822",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8823,
    "results": [
        {
            "start": 872641671,
            "stop": 872641684
        },
        {
            "start": 872641740,
            "stop": 872641774
        },
        {
            "start": 872641836,
            "stop": 872641895
        },
        {
            "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": 872646600
        },
        {
            "start": 872646900,
            "stop": 872646960
        },
        {
            "start": 872647020,
            "stop": 872647116
        },
        {
            "start": 872647133,
            "stop": 872647969
        },
        {
            "start": 872647986,
            "stop": 872648054
        },
        {
            "start": 872649060,
            "stop": 872649180
        },
        {
            "start": 872649240,
            "stop": 872649358
        },
        {
            "start": 872649375,
            "stop": 872649377
        },
        {
            "start": 872649394,
            "stop": 872649651
        },
        {
            "start": 872649668,
            "stop": 872651826
        },
        {
            "start": 872651843,
            "stop": 872652427
        }
    ]
}