Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=25
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=24",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 25,
    "results": [
        {
            "start": 931163452,
            "stop": 931163454
        },
        {
            "start": 931163458,
            "stop": 931163460
        },
        {
            "start": 931163475,
            "stop": 931163476
        },
        {
            "start": 931163480,
            "stop": 931163481
        },
        {
            "start": 931163484,
            "stop": 931163489
        },
        {
            "start": 931163512,
            "stop": 931163517
        },
        {
            "start": 931163547,
            "stop": 931163549
        },
        {
            "start": 931163552,
            "stop": 931163554
        },
        {
            "start": 931163559,
            "stop": 931163563
        },
        {
            "start": 931163567,
            "stop": 931163568
        },
        {
            "start": 931163572,
            "stop": 931163576
        },
        {
            "start": 931163583,
            "stop": 931163586
        },
        {
            "start": 931163589,
            "stop": 931163590
        },
        {
            "start": 931163596,
            "stop": 931163599
        },
        {
            "start": 931163613,
            "stop": 931163615
        },
        {
            "start": 931163620,
            "stop": 931163627
        },
        {
            "start": 931163639,
            "stop": 931163641
        },
        {
            "start": 931163644,
            "stop": 931163645
        },
        {
            "start": 931163655,
            "stop": 931163656
        },
        {
            "start": 931163663,
            "stop": 931163666
        }
    ]
}