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/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1049
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=1050",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1048",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1049,
    "results": [
        {
            "start": 1252929796,
            "stop": 1252929864
        },
        {
            "start": 1252929868,
            "stop": 1252930947
        },
        {
            "start": 1252930950,
            "stop": 1252931219
        },
        {
            "start": 1252931222,
            "stop": 1252932653
        },
        {
            "start": 1252932656,
            "stop": 1252932664
        },
        {
            "start": 1252932671,
            "stop": 1252932755
        },
        {
            "start": 1252932759,
            "stop": 1252933336
        },
        {
            "start": 1252933339,
            "stop": 1252933795
        },
        {
            "start": 1252933798,
            "stop": 1252935395
        },
        {
            "start": 1252935398,
            "stop": 1252935409
        },
        {
            "start": 1252935413,
            "stop": 1252935447
        },
        {
            "start": 1252935451,
            "stop": 1252936230
        },
        {
            "start": 1252936234,
            "stop": 1252936428
        },
        {
            "start": 1252936434,
            "stop": 1252936492
        },
        {
            "start": 1252936496,
            "stop": 1252937704
        },
        {
            "start": 1252937709,
            "stop": 1252938629
        },
        {
            "start": 1252938633,
            "stop": 1252939850
        },
        {
            "start": 1252939855,
            "stop": 1252939868
        },
        {
            "start": 1252939873,
            "stop": 1252940089
        },
        {
            "start": 1252940094,
            "stop": 1252940414
        }
    ]
}