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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1357",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1355",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1356,
    "results": [
        {
            "start": 965924983,
            "stop": 965938463
        },
        {
            "start": 965938464,
            "stop": 965948699
        },
        {
            "start": 965948850,
            "stop": 965953194
        },
        {
            "start": 965953195,
            "stop": 965960897
        },
        {
            "start": 965960898,
            "stop": 965969848
        },
        {
            "start": 965971942,
            "stop": 965989844
        },
        {
            "start": 965989845,
            "stop": 965995430
        },
        {
            "start": 965995431,
            "stop": 965995626
        },
        {
            "start": 965996688,
            "stop": 965996963
        },
        {
            "start": 965997554,
            "stop": 965999238
        },
        {
            "start": 966002255,
            "stop": 966018184
        },
        {
            "start": 966018839,
            "stop": 966019135
        },
        {
            "start": 966020821,
            "stop": 966021757
        },
        {
            "start": 966022486,
            "stop": 966025380
        },
        {
            "start": 966028351,
            "stop": 966035160
        },
        {
            "start": 966035161,
            "stop": 966035651
        },
        {
            "start": 966036660,
            "stop": 966045759
        },
        {
            "start": 966048891,
            "stop": 966049023
        },
        {
            "start": 966049025,
            "stop": 966049424
        },
        {
            "start": 966049425,
            "stop": 966049554
        }
    ]
}