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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3759",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3757",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3758,
    "results": [
        {
            "start": 873003027,
            "stop": 873003030
        },
        {
            "start": 873003033,
            "stop": 873003082
        },
        {
            "start": 873003087,
            "stop": 873003095
        },
        {
            "start": 873003098,
            "stop": 873003100
        },
        {
            "start": 873003104,
            "stop": 873003542
        },
        {
            "start": 873003545,
            "stop": 873003560
        },
        {
            "start": 873003563,
            "stop": 873004286
        },
        {
            "start": 873004289,
            "stop": 873004326
        },
        {
            "start": 873004329,
            "stop": 873004349
        },
        {
            "start": 873004352,
            "stop": 873004353
        },
        {
            "start": 873004358,
            "stop": 873004384
        },
        {
            "start": 873004387,
            "stop": 873004741
        },
        {
            "start": 873004745,
            "stop": 873004884
        },
        {
            "start": 873004887,
            "stop": 873005740
        },
        {
            "start": 873005743,
            "stop": 873005745
        },
        {
            "start": 873005748,
            "stop": 873005761
        },
        {
            "start": 873005768,
            "stop": 873005777
        },
        {
            "start": 873005780,
            "stop": 873005784
        },
        {
            "start": 873005789,
            "stop": 873005792
        },
        {
            "start": 873005795,
            "stop": 873005821
        }
    ]
}