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=229
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=230",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=228",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 229,
    "results": [
        {
            "start": 1376176357,
            "stop": 1376177272
        },
        {
            "start": 1376177274,
            "stop": 1376178237
        },
        {
            "start": 1376178242,
            "stop": 1376179187
        },
        {
            "start": 1376179189,
            "stop": 1376180032
        },
        {
            "start": 1376180034,
            "stop": 1376180572
        },
        {
            "start": 1376180574,
            "stop": 1376181926
        },
        {
            "start": 1376181928,
            "stop": 1376182417
        },
        {
            "start": 1376182419,
            "stop": 1376184951
        },
        {
            "start": 1376184953,
            "stop": 1376187118
        },
        {
            "start": 1376187120,
            "stop": 1376187873
        },
        {
            "start": 1376187875,
            "stop": 1376189254
        },
        {
            "start": 1376189256,
            "stop": 1376189787
        },
        {
            "start": 1376189789,
            "stop": 1376192200
        },
        {
            "start": 1376192204,
            "stop": 1376193033
        },
        {
            "start": 1376193036,
            "stop": 1376193911
        },
        {
            "start": 1376193913,
            "stop": 1376194162
        },
        {
            "start": 1376194163,
            "stop": 1376194807
        },
        {
            "start": 1376194809,
            "stop": 1376196516
        },
        {
            "start": 1376196518,
            "stop": 1376197556
        },
        {
            "start": 1376197558,
            "stop": 1376198812
        }
    ]
}