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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=138",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 139,
    "results": [
        {
            "start": 817005314,
            "stop": 817005319
        },
        {
            "start": 817005357,
            "stop": 817005385
        },
        {
            "start": 817005405,
            "stop": 817005414
        },
        {
            "start": 817005466,
            "stop": 817005485
        },
        {
            "start": 817005522,
            "stop": 817005550
        },
        {
            "start": 817005597,
            "stop": 817005609
        },
        {
            "start": 817005667,
            "stop": 817005744
        },
        {
            "start": 817005772,
            "stop": 817005892
        },
        {
            "start": 817005950,
            "stop": 817005991
        },
        {
            "start": 817006054,
            "stop": 817006088
        },
        {
            "start": 817006146,
            "stop": 817006175
        },
        {
            "start": 817006212,
            "stop": 817006240
        },
        {
            "start": 817006269,
            "stop": 817006293
        },
        {
            "start": 817006344,
            "stop": 817006526
        },
        {
            "start": 817006548,
            "stop": 817006584
        },
        {
            "start": 817006627,
            "stop": 817006643
        },
        {
            "start": 817006699,
            "stop": 817006750
        },
        {
            "start": 817006796,
            "stop": 817006988
        },
        {
            "start": 817007009,
            "stop": 817007014
        },
        {
            "start": 817007034,
            "stop": 817007040
        }
    ]
}