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=209
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=210",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=208",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 209,
    "results": [
        {
            "start": 1240164547,
            "stop": 1240164665
        },
        {
            "start": 1240164667,
            "stop": 1240164785
        },
        {
            "start": 1240164787,
            "stop": 1240164905
        },
        {
            "start": 1240164907,
            "stop": 1240165025
        },
        {
            "start": 1240165027,
            "stop": 1240165145
        },
        {
            "start": 1240165147,
            "stop": 1240165265
        },
        {
            "start": 1240165267,
            "stop": 1240165385
        },
        {
            "start": 1240165387,
            "stop": 1240165505
        },
        {
            "start": 1240165507,
            "stop": 1240165625
        },
        {
            "start": 1240165627,
            "stop": 1240165745
        },
        {
            "start": 1240165747,
            "stop": 1240165865
        },
        {
            "start": 1240165867,
            "stop": 1240165985
        },
        {
            "start": 1240165987,
            "stop": 1240166105
        },
        {
            "start": 1240166107,
            "stop": 1240166225
        },
        {
            "start": 1240166227,
            "stop": 1240166345
        },
        {
            "start": 1240166347,
            "stop": 1240166465
        },
        {
            "start": 1240166467,
            "stop": 1240166585
        },
        {
            "start": 1240166587,
            "stop": 1240166705
        },
        {
            "start": 1240166707,
            "stop": 1240166825
        },
        {
            "start": 1240166827,
            "stop": 1240166945
        }
    ]
}