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=81
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=82",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=80",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 81,
    "results": [
        {
            "start": 1371080662,
            "stop": 1371080973
        },
        {
            "start": 1371080978,
            "stop": 1371086857
        },
        {
            "start": 1371086858,
            "stop": 1371087404
        },
        {
            "start": 1371087408,
            "stop": 1371088303
        },
        {
            "start": 1371088305,
            "stop": 1371088765
        },
        {
            "start": 1371088767,
            "stop": 1371088823
        },
        {
            "start": 1371088824,
            "stop": 1371090396
        },
        {
            "start": 1371090398,
            "stop": 1371090647
        },
        {
            "start": 1371090649,
            "stop": 1371091360
        },
        {
            "start": 1371091362,
            "stop": 1371092398
        },
        {
            "start": 1371092399,
            "stop": 1371092552
        },
        {
            "start": 1371092554,
            "stop": 1371092955
        },
        {
            "start": 1371092956,
            "stop": 1371094226
        },
        {
            "start": 1371094228,
            "stop": 1371097852
        },
        {
            "start": 1371097856,
            "stop": 1371098202
        },
        {
            "start": 1371098204,
            "stop": 1371098796
        },
        {
            "start": 1371098797,
            "stop": 1371099931
        },
        {
            "start": 1371099933,
            "stop": 1371102070
        },
        {
            "start": 1371102074,
            "stop": 1371104001
        },
        {
            "start": 1371104003,
            "stop": 1371104385
        }
    ]
}