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=367
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=368",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=366",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 367,
    "results": [
        {
            "start": 818861887,
            "stop": 818861910
        },
        {
            "start": 818861976,
            "stop": 818861982
        },
        {
            "start": 818862002,
            "stop": 818862050
        },
        {
            "start": 818862257,
            "stop": 818862259
        },
        {
            "start": 818862300,
            "stop": 818862301
        },
        {
            "start": 818862332,
            "stop": 818862347
        },
        {
            "start": 818862367,
            "stop": 818862382
        },
        {
            "start": 818862402,
            "stop": 818862421
        },
        {
            "start": 818862468,
            "stop": 818862499
        },
        {
            "start": 818862542,
            "stop": 818862601
        },
        {
            "start": 818862622,
            "stop": 818862633
        },
        {
            "start": 818862697,
            "stop": 818862747
        },
        {
            "start": 818862846,
            "stop": 818862848
        },
        {
            "start": 818862880,
            "stop": 818862886
        },
        {
            "start": 818862958,
            "stop": 818862984
        },
        {
            "start": 818863083,
            "stop": 818863099
        },
        {
            "start": 818863119,
            "stop": 818863160
        },
        {
            "start": 818863180,
            "stop": 818863185
        },
        {
            "start": 818863206,
            "stop": 818863230
        },
        {
            "start": 818863380,
            "stop": 818863382
        }
    ]
}