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=3834
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=3835",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3833",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3834,
    "results": [
        {
            "start": 873464913,
            "stop": 873464916
        },
        {
            "start": 873464917,
            "stop": 873465158
        },
        {
            "start": 873465159,
            "stop": 873465279
        },
        {
            "start": 873466863,
            "stop": 873466864
        },
        {
            "start": 873466865,
            "stop": 873466868
        },
        {
            "start": 873466871,
            "stop": 873466875
        },
        {
            "start": 873466876,
            "stop": 873466885
        },
        {
            "start": 873466886,
            "stop": 873466888
        },
        {
            "start": 873466889,
            "stop": 873466899
        },
        {
            "start": 873466901,
            "stop": 873466902
        },
        {
            "start": 873466903,
            "stop": 873466914
        },
        {
            "start": 873466915,
            "stop": 873466925
        },
        {
            "start": 873466926,
            "stop": 873466934
        },
        {
            "start": 873466935,
            "stop": 873467082
        },
        {
            "start": 873467083,
            "stop": 873467128
        },
        {
            "start": 873467129,
            "stop": 873467137
        },
        {
            "start": 873467138,
            "stop": 873467148
        },
        {
            "start": 873467149,
            "stop": 873467192
        },
        {
            "start": 873467193,
            "stop": 873467197
        },
        {
            "start": 873467198,
            "stop": 873467219
        }
    ]
}