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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4170",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4171,
    "results": [
        {
            "start": 874358888,
            "stop": 874358896
        },
        {
            "start": 874358929,
            "stop": 874358960
        },
        {
            "start": 874358980,
            "stop": 874359030
        },
        {
            "start": 874359049,
            "stop": 874359073
        },
        {
            "start": 874359111,
            "stop": 874359148
        },
        {
            "start": 874359167,
            "stop": 874359176
        },
        {
            "start": 874359196,
            "stop": 874359203
        },
        {
            "start": 874359222,
            "stop": 874359228
        },
        {
            "start": 874359257,
            "stop": 874359262
        },
        {
            "start": 874359281,
            "stop": 874359297
        },
        {
            "start": 874359320,
            "stop": 874359333
        },
        {
            "start": 874359352,
            "stop": 874359371
        },
        {
            "start": 874359529,
            "stop": 874359538
        },
        {
            "start": 874359557,
            "stop": 874359582
        },
        {
            "start": 874359610,
            "stop": 874359622
        },
        {
            "start": 874359642,
            "stop": 874359644
        },
        {
            "start": 874359692,
            "stop": 874359717
        },
        {
            "start": 874359736,
            "stop": 874359752
        },
        {
            "start": 874359799,
            "stop": 874359821
        },
        {
            "start": 874359840,
            "stop": 874359843
        }
    ]
}