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=1355
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=1356",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1354",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1355,
    "results": [
        {
            "start": 965797682,
            "stop": 965799156
        },
        {
            "start": 965799157,
            "stop": 965810012
        },
        {
            "start": 965812412,
            "stop": 965822968
        },
        {
            "start": 965825769,
            "stop": 965827026
        },
        {
            "start": 965829391,
            "stop": 965831332
        },
        {
            "start": 965831334,
            "stop": 965831848
        },
        {
            "start": 965831849,
            "stop": 965834343
        },
        {
            "start": 965834344,
            "stop": 965849847
        },
        {
            "start": 965849848,
            "stop": 965862778
        },
        {
            "start": 965869674,
            "stop": 965874666
        },
        {
            "start": 965875757,
            "stop": 965883727
        },
        {
            "start": 965883728,
            "stop": 965891444
        },
        {
            "start": 965891445,
            "stop": 965900923
        },
        {
            "start": 965900925,
            "stop": 965903867
        },
        {
            "start": 965906153,
            "stop": 965910745
        },
        {
            "start": 965910747,
            "stop": 965916619
        },
        {
            "start": 965918489,
            "stop": 965918711
        },
        {
            "start": 965920980,
            "stop": 965922357
        },
        {
            "start": 965922359,
            "stop": 965922704
        },
        {
            "start": 965923553,
            "stop": 965924982
        }
    ]
}