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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6935",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6933",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6934,
    "results": [
        {
            "start": 873721839,
            "stop": 873721884
        },
        {
            "start": 873721891,
            "stop": 873721903
        },
        {
            "start": 873721911,
            "stop": 873721950
        },
        {
            "start": 873721976,
            "stop": 873722012
        },
        {
            "start": 873722022,
            "stop": 873722043
        },
        {
            "start": 873722049,
            "stop": 873722054
        },
        {
            "start": 873722058,
            "stop": 873722091
        },
        {
            "start": 873722100,
            "stop": 873722110
        },
        {
            "start": 873722119,
            "stop": 873722130
        },
        {
            "start": 873722133,
            "stop": 873722142
        },
        {
            "start": 873722145,
            "stop": 873722158
        },
        {
            "start": 873722161,
            "stop": 873722178
        },
        {
            "start": 873722188,
            "stop": 873722217
        },
        {
            "start": 873722230,
            "stop": 873722245
        },
        {
            "start": 873722277,
            "stop": 873722293
        },
        {
            "start": 873722296,
            "stop": 873722323
        },
        {
            "start": 873722326,
            "stop": 873722337
        },
        {
            "start": 873722343,
            "stop": 873722355
        },
        {
            "start": 873722359,
            "stop": 873722392
        },
        {
            "start": 873722399,
            "stop": 873722472
        }
    ]
}