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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=134",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 135,
    "results": [
        {
            "start": 1415383798,
            "stop": 1415390774
        },
        {
            "start": 1415390780,
            "stop": 1415393460
        },
        {
            "start": 1415396143,
            "stop": 1415396228
        },
        {
            "start": 1415396232,
            "stop": 1415396437
        },
        {
            "start": 1415396737,
            "stop": 1415407793
        },
        {
            "start": 1415407797,
            "stop": 1415408330
        },
        {
            "start": 1415408331,
            "stop": 1415412250
        },
        {
            "start": 1415412255,
            "stop": 1415416437
        },
        {
            "start": 1415416442,
            "stop": 1415433386
        },
        {
            "start": 1415433387,
            "stop": 1415447853
        },
        {
            "start": 1415447856,
            "stop": 1415451618
        },
        {
            "start": 1415451620,
            "stop": 1415455945
        },
        {
            "start": 1415455949,
            "stop": 1415458518
        },
        {
            "start": 1415482580,
            "stop": 1415491214
        },
        {
            "start": 1415491219,
            "stop": 1415492485
        },
        {
            "start": 1415496843,
            "stop": 1415497190
        },
        {
            "start": 1415497195,
            "stop": 1415506637
        },
        {
            "start": 1415506652,
            "stop": 1415507685
        },
        {
            "start": 1415507700,
            "stop": 1415510017
        },
        {
            "start": 1415510036,
            "stop": 1415510349
        }
    ]
}