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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=84",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 85,
    "results": [
        {
            "start": 1258944154,
            "stop": 1258947118
        },
        {
            "start": 1258947121,
            "stop": 1258951157
        },
        {
            "start": 1258951161,
            "stop": 1258952082
        },
        {
            "start": 1258952087,
            "stop": 1258953099
        },
        {
            "start": 1258953103,
            "stop": 1258954180
        },
        {
            "start": 1258954181,
            "stop": 1258954246
        },
        {
            "start": 1258954248,
            "stop": 1258955035
        },
        {
            "start": 1258955038,
            "stop": 1258955257
        },
        {
            "start": 1258955259,
            "stop": 1258957514
        },
        {
            "start": 1258957518,
            "stop": 1258958813
        },
        {
            "start": 1258958815,
            "stop": 1258959949
        },
        {
            "start": 1258959951,
            "stop": 1258959994
        },
        {
            "start": 1258959996,
            "stop": 1258960433
        },
        {
            "start": 1258960436,
            "stop": 1258960702
        },
        {
            "start": 1258960706,
            "stop": 1258962242
        },
        {
            "start": 1258962244,
            "stop": 1258962441
        },
        {
            "start": 1258962445,
            "stop": 1258963211
        },
        {
            "start": 1258963213,
            "stop": 1258963217
        },
        {
            "start": 1258963219,
            "stop": 1258964641
        },
        {
            "start": 1258964643,
            "stop": 1258965073
        }
    ]
}