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=8867
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=8868",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8866",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8867,
    "results": [
        {
            "start": 873098898,
            "stop": 873099209
        },
        {
            "start": 873099236,
            "stop": 873099260
        },
        {
            "start": 873099279,
            "stop": 873099284
        },
        {
            "start": 873099304,
            "stop": 873099326
        },
        {
            "start": 873099345,
            "stop": 873099369
        },
        {
            "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
        }
    ]
}