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=1042
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=1043",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1041",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1042,
    "results": [
        {
            "start": 1252849694,
            "stop": 1252851199
        },
        {
            "start": 1252851207,
            "stop": 1252856247
        },
        {
            "start": 1252856251,
            "stop": 1252856774
        },
        {
            "start": 1252856782,
            "stop": 1252857878
        },
        {
            "start": 1252858383,
            "stop": 1252860178
        },
        {
            "start": 1252860181,
            "stop": 1252863209
        },
        {
            "start": 1252863217,
            "stop": 1252863764
        },
        {
            "start": 1252863768,
            "stop": 1252864143
        },
        {
            "start": 1252864146,
            "stop": 1252865487
        },
        {
            "start": 1252865491,
            "stop": 1252866063
        },
        {
            "start": 1252866066,
            "stop": 1252867651
        },
        {
            "start": 1252867655,
            "stop": 1252870027
        },
        {
            "start": 1252870030,
            "stop": 1252870713
        },
        {
            "start": 1252870716,
            "stop": 1252870795
        },
        {
            "start": 1252870799,
            "stop": 1252870842
        },
        {
            "start": 1252870850,
            "stop": 1252870962
        },
        {
            "start": 1252870965,
            "stop": 1252871491
        },
        {
            "start": 1252871495,
            "stop": 1252872044
        },
        {
            "start": 1252889910,
            "stop": 1252890219
        },
        {
            "start": 1252890223,
            "stop": 1252890270
        }
    ]
}