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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33224",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33222",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33223,
    "results": [
        {
            "start": 970968348,
            "stop": 970968404
        },
        {
            "start": 970968405,
            "stop": 970968426
        },
        {
            "start": 970968428,
            "stop": 970968511
        },
        {
            "start": 970968514,
            "stop": 970968571
        },
        {
            "start": 970968572,
            "stop": 970968632
        },
        {
            "start": 970968635,
            "stop": 970968640
        },
        {
            "start": 970968642,
            "stop": 970968644
        },
        {
            "start": 970968646,
            "stop": 970968701
        },
        {
            "start": 970968702,
            "stop": 970968806
        },
        {
            "start": 970968807,
            "stop": 970968815
        },
        {
            "start": 970968818,
            "stop": 970968885
        },
        {
            "start": 970968888,
            "stop": 970968899
        },
        {
            "start": 970968902,
            "stop": 970968905
        },
        {
            "start": 970968906,
            "stop": 970968920
        },
        {
            "start": 970968921,
            "stop": 970968989
        },
        {
            "start": 970968990,
            "stop": 970969071
        },
        {
            "start": 970969072,
            "stop": 970969135
        },
        {
            "start": 970969136,
            "stop": 970969167
        },
        {
            "start": 970969168,
            "stop": 970969180
        },
        {
            "start": 970969181,
            "stop": 970969293
        }
    ]
}