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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=801",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=799",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 800,
    "results": [
        {
            "start": 1268517988,
            "stop": 1268518146
        },
        {
            "start": 1268518147,
            "stop": 1268518678
        },
        {
            "start": 1268518679,
            "stop": 1268518687
        },
        {
            "start": 1268518688,
            "stop": 1268518689
        },
        {
            "start": 1268518690,
            "stop": 1268518703
        },
        {
            "start": 1268518704,
            "stop": 1268519280
        },
        {
            "start": 1268519282,
            "stop": 1268519285
        },
        {
            "start": 1268519288,
            "stop": 1268519490
        },
        {
            "start": 1268519492,
            "stop": 1268519636
        },
        {
            "start": 1268519638,
            "stop": 1268519657
        },
        {
            "start": 1268519682,
            "stop": 1268519687
        },
        {
            "start": 1268519693,
            "stop": 1268519732
        },
        {
            "start": 1268519734,
            "stop": 1268520674
        },
        {
            "start": 1268520677,
            "stop": 1268521639
        },
        {
            "start": 1268521643,
            "stop": 1268522243
        },
        {
            "start": 1268522246,
            "stop": 1268525629
        },
        {
            "start": 1268525631,
            "stop": 1268526825
        },
        {
            "start": 1268526833,
            "stop": 1268526865
        },
        {
            "start": 1268526869,
            "stop": 1268528321
        },
        {
            "start": 1268528323,
            "stop": 1268529070
        }
    ]
}