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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=299",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=297",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 298,
    "results": [
        {
            "start": 1240164067,
            "stop": 1240164150
        },
        {
            "start": 1240164153,
            "stop": 1240164185
        },
        {
            "start": 1240164187,
            "stop": 1240164305
        },
        {
            "start": 1240164307,
            "stop": 1240164425
        },
        {
            "start": 1240164427,
            "stop": 1240164545
        },
        {
            "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": 1240165848
        },
        {
            "start": 1240165852,
            "stop": 1240165865
        },
        {
            "start": 1240165867,
            "stop": 1240165897
        },
        {
            "start": 1240165901,
            "stop": 1240165985
        },
        {
            "start": 1240165987,
            "stop": 1240166105
        }
    ]
}