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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=222",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=220",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 221,
    "results": [
        {
            "start": 1240200906,
            "stop": 1240201025
        },
        {
            "start": 1240201026,
            "stop": 1240201145
        },
        {
            "start": 1240201146,
            "stop": 1240201265
        },
        {
            "start": 1240201266,
            "stop": 1240201385
        },
        {
            "start": 1240201386,
            "stop": 1240201505
        },
        {
            "start": 1240201506,
            "stop": 1240201625
        },
        {
            "start": 1240201626,
            "stop": 1240201745
        },
        {
            "start": 1240201746,
            "stop": 1240201865
        },
        {
            "start": 1240201866,
            "stop": 1240201985
        },
        {
            "start": 1240201986,
            "stop": 1240202105
        },
        {
            "start": 1240202106,
            "stop": 1240202225
        },
        {
            "start": 1240202226,
            "stop": 1240202342
        },
        {
            "start": 1240202343,
            "stop": 1240202465
        },
        {
            "start": 1240202466,
            "stop": 1240202585
        },
        {
            "start": 1240202586,
            "stop": 1240202705
        },
        {
            "start": 1240202706,
            "stop": 1240202825
        },
        {
            "start": 1240202826,
            "stop": 1240202945
        },
        {
            "start": 1240202946,
            "stop": 1240203065
        },
        {
            "start": 1240203066,
            "stop": 1240203185
        },
        {
            "start": 1240203186,
            "stop": 1240203305
        }
    ]
}