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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=12",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 13,
    "results": [
        {
            "start": 1369227120,
            "stop": 1369228374
        },
        {
            "start": 1369228376,
            "stop": 1369229701
        },
        {
            "start": 1369229702,
            "stop": 1369232577
        },
        {
            "start": 1369232579,
            "stop": 1369234041
        },
        {
            "start": 1369234043,
            "stop": 1369235605
        },
        {
            "start": 1369235607,
            "stop": 1369235711
        },
        {
            "start": 1369235712,
            "stop": 1369236824
        },
        {
            "start": 1369236826,
            "stop": 1369237885
        },
        {
            "start": 1369237889,
            "stop": 1369238396
        },
        {
            "start": 1369238398,
            "stop": 1369238704
        },
        {
            "start": 1369238705,
            "stop": 1369240249
        },
        {
            "start": 1369240251,
            "stop": 1369241026
        },
        {
            "start": 1369241029,
            "stop": 1369241093
        },
        {
            "start": 1369241095,
            "stop": 1369242504
        },
        {
            "start": 1369242506,
            "stop": 1369243670
        },
        {
            "start": 1369243671,
            "stop": 1369244670
        },
        {
            "start": 1369244671,
            "stop": 1369246005
        },
        {
            "start": 1369246006,
            "stop": 1369247046
        },
        {
            "start": 1369247048,
            "stop": 1369248206
        },
        {
            "start": 1369248207,
            "stop": 1369249265
        }
    ]
}