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=169
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=170",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=168",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 169,
    "results": [
        {
            "start": 817304765,
            "stop": 817304806
        },
        {
            "start": 817304833,
            "stop": 817304835
        },
        {
            "start": 817304838,
            "stop": 817304965
        },
        {
            "start": 817304968,
            "stop": 817305024
        },
        {
            "start": 817305027,
            "stop": 817305065
        },
        {
            "start": 817305084,
            "stop": 817305164
        },
        {
            "start": 817305168,
            "stop": 817305530
        },
        {
            "start": 817305533,
            "stop": 817305561
        },
        {
            "start": 817305581,
            "stop": 817305646
        },
        {
            "start": 817305665,
            "stop": 817305854
        },
        {
            "start": 817305873,
            "stop": 817306002
        },
        {
            "start": 817306037,
            "stop": 817306110
        },
        {
            "start": 817307070,
            "stop": 817307086
        },
        {
            "start": 817307103,
            "stop": 817307112
        },
        {
            "start": 817307131,
            "stop": 817307167
        },
        {
            "start": 817307170,
            "stop": 817307198
        },
        {
            "start": 817307217,
            "stop": 817307392
        },
        {
            "start": 817307396,
            "stop": 817307472
        },
        {
            "start": 817307515,
            "stop": 817307555
        },
        {
            "start": 817307574,
            "stop": 817307789
        }
    ]
}