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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4947",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4945",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4946,
    "results": [
        {
            "start": 874359320,
            "stop": 874359333
        },
        {
            "start": 874359352,
            "stop": 874359371
        },
        {
            "start": 874359429,
            "stop": 874359445
        },
        {
            "start": 874359475,
            "stop": 874359504
        },
        {
            "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
        },
        {
            "start": 874359941,
            "stop": 874359956
        },
        {
            "start": 874359976,
            "stop": 874359990
        },
        {
            "start": 874360009,
            "stop": 874360035
        },
        {
            "start": 874360074,
            "stop": 874360083
        },
        {
            "start": 874360102,
            "stop": 874360106
        },
        {
            "start": 874360125,
            "stop": 874360151
        },
        {
            "start": 874360185,
            "stop": 874360207
        },
        {
            "start": 874360256,
            "stop": 874360259
        }
    ]
}