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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4020",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4018",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 4019,
    "results": [
        {
            "start": 874825352,
            "stop": 874826323
        },
        {
            "start": 874826326,
            "stop": 874828372
        },
        {
            "start": 874828448,
            "stop": 874830815
        },
        {
            "start": 874830818,
            "stop": 874830824
        },
        {
            "start": 874830827,
            "stop": 874832809
        },
        {
            "start": 874832810,
            "stop": 874832828
        },
        {
            "start": 874832829,
            "stop": 874832835
        },
        {
            "start": 874832836,
            "stop": 874832846
        },
        {
            "start": 874832847,
            "stop": 874832857
        },
        {
            "start": 874832858,
            "stop": 874832903
        },
        {
            "start": 874832904,
            "stop": 874832967
        },
        {
            "start": 874834273,
            "stop": 874834822
        },
        {
            "start": 874834828,
            "stop": 874835268
        },
        {
            "start": 874835271,
            "stop": 874835283
        },
        {
            "start": 874835286,
            "stop": 874835289
        },
        {
            "start": 874835292,
            "stop": 874835393
        },
        {
            "start": 874835399,
            "stop": 874835412
        },
        {
            "start": 874835415,
            "stop": 874837782
        },
        {
            "start": 874837785,
            "stop": 874838204
        },
        {
            "start": 874838210,
            "stop": 874838211
        }
    ]
}