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=1101
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=1102",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1100",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1101,
    "results": [
        {
            "start": 1253869647,
            "stop": 1253872691
        },
        {
            "start": 1253872695,
            "stop": 1253875812
        },
        {
            "start": 1253875817,
            "stop": 1253878748
        },
        {
            "start": 1253878756,
            "stop": 1253881499
        },
        {
            "start": 1253881503,
            "stop": 1253881715
        },
        {
            "start": 1253881720,
            "stop": 1253882915
        },
        {
            "start": 1253882919,
            "stop": 1253885122
        },
        {
            "start": 1253885126,
            "stop": 1253886664
        },
        {
            "start": 1253886667,
            "stop": 1253887160
        },
        {
            "start": 1253887165,
            "stop": 1253887726
        },
        {
            "start": 1253887731,
            "stop": 1253889128
        },
        {
            "start": 1253889133,
            "stop": 1253889285
        },
        {
            "start": 1253889290,
            "stop": 1253889419
        },
        {
            "start": 1253889424,
            "stop": 1253889874
        },
        {
            "start": 1253889879,
            "stop": 1253890043
        },
        {
            "start": 1253892344,
            "stop": 1253895006
        },
        {
            "start": 1253895010,
            "stop": 1253895556
        },
        {
            "start": 1253895558,
            "stop": 1253896892
        },
        {
            "start": 1253896896,
            "stop": 1253897296
        },
        {
            "start": 1253897300,
            "stop": 1253898121
        }
    ]
}