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=1965
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=1966",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1964",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1965,
    "results": [
        {
            "start": 1253297326,
            "stop": 1253297374
        },
        {
            "start": 1253297377,
            "stop": 1253297428
        },
        {
            "start": 1253297431,
            "stop": 1253297434
        },
        {
            "start": 1253297437,
            "stop": 1253297530
        },
        {
            "start": 1253297533,
            "stop": 1253297537
        },
        {
            "start": 1253297540,
            "stop": 1253297560
        },
        {
            "start": 1253297563,
            "stop": 1253297646
        },
        {
            "start": 1253297649,
            "stop": 1253297707
        },
        {
            "start": 1253297710,
            "stop": 1253297715
        },
        {
            "start": 1253297718,
            "stop": 1253297782
        },
        {
            "start": 1253297785,
            "stop": 1253297788
        },
        {
            "start": 1253297791,
            "stop": 1253297812
        },
        {
            "start": 1253297815,
            "stop": 1253297819
        },
        {
            "start": 1253297822,
            "stop": 1253297916
        },
        {
            "start": 1253297919,
            "stop": 1253298153
        },
        {
            "start": 1253298156,
            "stop": 1253298267
        },
        {
            "start": 1253298270,
            "stop": 1253298274
        },
        {
            "start": 1253298277,
            "stop": 1253298621
        },
        {
            "start": 1253298623,
            "stop": 1253298921
        },
        {
            "start": 1253298922,
            "stop": 1253299169
        }
    ]
}