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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=236",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=234",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 235,
    "results": [
        {
            "start": 1187387380,
            "stop": 1187387382
        },
        {
            "start": 1187387383,
            "stop": 1187387840
        },
        {
            "start": 1187387841,
            "stop": 1187387842
        },
        {
            "start": 1187387843,
            "stop": 1187387844
        },
        {
            "start": 1187387845,
            "stop": 1187389000
        },
        {
            "start": 1187389001,
            "stop": 1187389138
        },
        {
            "start": 1187389139,
            "stop": 1187389149
        },
        {
            "start": 1187389151,
            "stop": 1187389599
        },
        {
            "start": 1187389600,
            "stop": 1187390302
        },
        {
            "start": 1187390304,
            "stop": 1187390742
        },
        {
            "start": 1187390743,
            "stop": 1187390744
        },
        {
            "start": 1187390745,
            "stop": 1187390746
        },
        {
            "start": 1187390747,
            "stop": 1187391062
        },
        {
            "start": 1187391063,
            "stop": 1187391352
        },
        {
            "start": 1187391353,
            "stop": 1187391968
        },
        {
            "start": 1187391969,
            "stop": 1187443322
        },
        {
            "start": 1187470778,
            "stop": 1187494760
        },
        {
            "start": 1187499245,
            "stop": 1187517063
        },
        {
            "start": 1187524296,
            "stop": 1187544789
        },
        {
            "start": 1187544798,
            "stop": 1187544799
        }
    ]
}