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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=168",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=166",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 167,
    "results": [
        {
            "start": 932913489,
            "stop": 932913560
        },
        {
            "start": 932913579,
            "stop": 932913659
        },
        {
            "start": 932913679,
            "stop": 932913762
        },
        {
            "start": 932913781,
            "stop": 932913786
        },
        {
            "start": 932913806,
            "stop": 932913852
        },
        {
            "start": 932913876,
            "stop": 932913902
        },
        {
            "start": 932913907,
            "stop": 932913927
        },
        {
            "start": 932913971,
            "stop": 932914031
        },
        {
            "start": 932914061,
            "stop": 932914098
        },
        {
            "start": 932914117,
            "stop": 932914150
        },
        {
            "start": 932914170,
            "stop": 932914537
        },
        {
            "start": 932914572,
            "stop": 932914620
        },
        {
            "start": 932914639,
            "stop": 932914707
        },
        {
            "start": 932914762,
            "stop": 932914776
        },
        {
            "start": 932914795,
            "stop": 932914821
        },
        {
            "start": 932914845,
            "stop": 932914854
        },
        {
            "start": 932914882,
            "stop": 932914936
        },
        {
            "start": 932915001,
            "stop": 932915014
        },
        {
            "start": 932915054,
            "stop": 932915135
        },
        {
            "start": 932915156,
            "stop": 932915158
        }
    ]
}