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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14796",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14794",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14795,
    "results": [
        {
            "start": 971245962,
            "stop": 971245981
        },
        {
            "start": 971245984,
            "stop": 971245990
        },
        {
            "start": 971245991,
            "stop": 971245999
        },
        {
            "start": 971246002,
            "stop": 971246012
        },
        {
            "start": 971246014,
            "stop": 971246041
        },
        {
            "start": 971246042,
            "stop": 971246044
        },
        {
            "start": 971246046,
            "stop": 971246051
        },
        {
            "start": 971246052,
            "stop": 971246078
        },
        {
            "start": 971246079,
            "stop": 971246096
        },
        {
            "start": 971246098,
            "stop": 971246103
        },
        {
            "start": 971246104,
            "stop": 971246111
        },
        {
            "start": 971246113,
            "stop": 971246115
        },
        {
            "start": 971246116,
            "stop": 971246147
        },
        {
            "start": 971246149,
            "stop": 971246200
        },
        {
            "start": 971246218,
            "stop": 971246225
        },
        {
            "start": 971246226,
            "stop": 971246238
        },
        {
            "start": 971246239,
            "stop": 971246247
        },
        {
            "start": 971246248,
            "stop": 971246282
        },
        {
            "start": 971246284,
            "stop": 971246297
        },
        {
            "start": 971246298,
            "stop": 971246327
        }
    ]
}