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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2174",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2175,
    "results": [
        {
            "start": 872443554,
            "stop": 872443940
        },
        {
            "start": 872443945,
            "stop": 872443986
        },
        {
            "start": 872443991,
            "stop": 872444039
        },
        {
            "start": 872444045,
            "stop": 872444070
        },
        {
            "start": 872444075,
            "stop": 872444123
        },
        {
            "start": 872444129,
            "stop": 872444176
        },
        {
            "start": 872444181,
            "stop": 872444184
        },
        {
            "start": 872444201,
            "stop": 872444268
        },
        {
            "start": 872444274,
            "stop": 872444279
        },
        {
            "start": 872444296,
            "stop": 872444310
        },
        {
            "start": 872444315,
            "stop": 872444447
        },
        {
            "start": 872444452,
            "stop": 872444481
        },
        {
            "start": 872444486,
            "stop": 872444503
        },
        {
            "start": 872444509,
            "stop": 872444754
        },
        {
            "start": 872444759,
            "stop": 872444874
        },
        {
            "start": 872444898,
            "stop": 872444925
        },
        {
            "start": 872444931,
            "stop": 872444984
        },
        {
            "start": 872444990,
            "stop": 872445067
        },
        {
            "start": 872445072,
            "stop": 872445106
        },
        {
            "start": 872445125,
            "stop": 872445170
        }
    ]
}