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=5021
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=5022",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5020",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5021,
    "results": [
        {
            "start": 874545407,
            "stop": 874545448
        },
        {
            "start": 874545479,
            "stop": 874545525
        },
        {
            "start": 874545544,
            "stop": 874545641
        },
        {
            "start": 874545660,
            "stop": 874545680
        },
        {
            "start": 874545700,
            "stop": 874545715
        },
        {
            "start": 874545734,
            "stop": 874545819
        },
        {
            "start": 874545861,
            "stop": 874545879
        },
        {
            "start": 874545899,
            "stop": 874545905
        },
        {
            "start": 874545966,
            "stop": 874545995
        },
        {
            "start": 874546015,
            "stop": 874546051
        },
        {
            "start": 874546070,
            "stop": 874546080
        },
        {
            "start": 874546140,
            "stop": 874546148
        },
        {
            "start": 874546190,
            "stop": 874546206
        },
        {
            "start": 874546255,
            "stop": 874546260
        },
        {
            "start": 874546324,
            "stop": 874546339
        },
        {
            "start": 874546359,
            "stop": 874546368
        },
        {
            "start": 874546405,
            "stop": 874546523
        },
        {
            "start": 874546543,
            "stop": 874546552
        },
        {
            "start": 874546571,
            "stop": 874546598
        },
        {
            "start": 874546618,
            "stop": 874546622
        }
    ]
}