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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5024",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5022",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5023,
    "results": [
        {
            "start": 872460014,
            "stop": 872460155
        },
        {
            "start": 872460231,
            "stop": 872460293
        },
        {
            "start": 872460356,
            "stop": 872460547
        },
        {
            "start": 872460665,
            "stop": 872461111
        },
        {
            "start": 872461147,
            "stop": 872461234
        },
        {
            "start": 872461303,
            "stop": 872461321
        },
        {
            "start": 872461364,
            "stop": 872461408
        },
        {
            "start": 872461447,
            "stop": 872461560
        },
        {
            "start": 872461680,
            "stop": 872461704
        },
        {
            "start": 872461713,
            "stop": 872461724
        },
        {
            "start": 872462737,
            "stop": 872462798
        },
        {
            "start": 872462844,
            "stop": 872462920
        },
        {
            "start": 872463013,
            "stop": 872463020
        },
        {
            "start": 872463076,
            "stop": 872463171
        },
        {
            "start": 872463209,
            "stop": 872463214
        },
        {
            "start": 872463382,
            "stop": 872463418
        },
        {
            "start": 872463532,
            "stop": 872463851
        },
        {
            "start": 872463888,
            "stop": 872463929
        },
        {
            "start": 872463965,
            "stop": 872463974
        },
        {
            "start": 872464010,
            "stop": 872464016
        }
    ]
}