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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=166",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=164",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 165,
    "results": [
        {
            "start": 817291326,
            "stop": 817291386
        },
        {
            "start": 817291403,
            "stop": 817291448
        },
        {
            "start": 817291451,
            "stop": 817291494
        },
        {
            "start": 817291507,
            "stop": 817291536
        },
        {
            "start": 817291557,
            "stop": 817291582
        },
        {
            "start": 817291585,
            "stop": 817291639
        },
        {
            "start": 817291648,
            "stop": 817291650
        },
        {
            "start": 817291657,
            "stop": 817291682
        },
        {
            "start": 817291686,
            "stop": 817291715
        },
        {
            "start": 817291718,
            "stop": 817291990
        },
        {
            "start": 817292007,
            "stop": 817292013
        },
        {
            "start": 817292053,
            "stop": 817292099
        },
        {
            "start": 817292102,
            "stop": 817292120
        },
        {
            "start": 817292123,
            "stop": 817292148
        },
        {
            "start": 817292223,
            "stop": 817292237
        },
        {
            "start": 817292254,
            "stop": 817292256
        },
        {
            "start": 817292300,
            "stop": 817292303
        },
        {
            "start": 817292320,
            "stop": 817292373
        },
        {
            "start": 817292393,
            "stop": 817292435
        },
        {
            "start": 817292521,
            "stop": 817292538
        }
    ]
}