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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1942",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1940",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1941,
    "results": [
        {
            "start": 1252689477,
            "stop": 1252689599
        },
        {
            "start": 1252689602,
            "stop": 1252690155
        },
        {
            "start": 1252690158,
            "stop": 1252690179
        },
        {
            "start": 1252690181,
            "stop": 1252690224
        },
        {
            "start": 1252690227,
            "stop": 1252692261
        },
        {
            "start": 1252692264,
            "stop": 1252692267
        },
        {
            "start": 1252692270,
            "stop": 1252692273
        },
        {
            "start": 1252692276,
            "stop": 1252693101
        },
        {
            "start": 1252693104,
            "stop": 1252693668
        },
        {
            "start": 1252693671,
            "stop": 1252693706
        },
        {
            "start": 1252693709,
            "stop": 1252693712
        },
        {
            "start": 1252693715,
            "stop": 1252697314
        },
        {
            "start": 1252697317,
            "stop": 1252700385
        },
        {
            "start": 1252700388,
            "stop": 1252700528
        },
        {
            "start": 1252700530,
            "stop": 1252700932
        },
        {
            "start": 1252700934,
            "stop": 1252701236
        },
        {
            "start": 1252701239,
            "stop": 1252701895
        },
        {
            "start": 1252701898,
            "stop": 1252702468
        },
        {
            "start": 1252702471,
            "stop": 1252702598
        },
        {
            "start": 1252702599,
            "stop": 1252702816
        }
    ]
}