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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=313",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=311",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 312,
    "results": [
        {
            "start": 859830239,
            "stop": 859830387
        },
        {
            "start": 859830416,
            "stop": 859830417
        },
        {
            "start": 859830438,
            "stop": 859831327
        },
        {
            "start": 859834360,
            "stop": 859834991
        },
        {
            "start": 859835010,
            "stop": 859835968
        },
        {
            "start": 859835988,
            "stop": 859841731
        },
        {
            "start": 859841754,
            "stop": 859842424
        },
        {
            "start": 859842481,
            "stop": 859844606
        },
        {
            "start": 859844625,
            "stop": 859846824
        },
        {
            "start": 859846846,
            "stop": 859848847
        },
        {
            "start": 859849174,
            "stop": 859851630
        },
        {
            "start": 859851750,
            "stop": 859852109
        },
        {
            "start": 859870514,
            "stop": 859877364
        },
        {
            "start": 859877382,
            "stop": 859886623
        },
        {
            "start": 859886630,
            "stop": 859886990
        },
        {
            "start": 859886997,
            "stop": 859898001
        },
        {
            "start": 859898007,
            "stop": 859898818
        },
        {
            "start": 859899988,
            "stop": 859902252
        },
        {
            "start": 859902273,
            "stop": 859902277
        },
        {
            "start": 859902343,
            "stop": 859903349
        }
    ]
}