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=8147
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=8148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8146",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8147,
    "results": [
        {
            "start": 873099386,
            "stop": 873099678
        },
        {
            "start": 873099704,
            "stop": 873099845
        },
        {
            "start": 873099865,
            "stop": 873099942
        },
        {
            "start": 873099961,
            "stop": 873100048
        },
        {
            "start": 873100079,
            "stop": 873100289
        },
        {
            "start": 873104122,
            "stop": 873104172
        },
        {
            "start": 873104202,
            "stop": 873104208
        },
        {
            "start": 873104240,
            "stop": 873104319
        },
        {
            "start": 873104336,
            "stop": 873106312
        },
        {
            "start": 873106329,
            "stop": 873107893
        },
        {
            "start": 873107933,
            "stop": 873108003
        },
        {
            "start": 873108029,
            "stop": 873108485
        },
        {
            "start": 873108502,
            "stop": 873108681
        },
        {
            "start": 873108700,
            "stop": 873108836
        },
        {
            "start": 873108855,
            "stop": 873109931
        },
        {
            "start": 873109948,
            "stop": 873110042
        },
        {
            "start": 873110061,
            "stop": 873110796
        },
        {
            "start": 873110815,
            "stop": 873110865
        },
        {
            "start": 873110882,
            "stop": 873110927
        },
        {
            "start": 873110946,
            "stop": 873111097
        }
    ]
}