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=1969
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=1970",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1968",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1969,
    "results": [
        {
            "start": 1253407015,
            "stop": 1253407510
        },
        {
            "start": 1253407513,
            "stop": 1253407948
        },
        {
            "start": 1253407951,
            "stop": 1253408533
        },
        {
            "start": 1253408535,
            "stop": 1253408951
        },
        {
            "start": 1253408954,
            "stop": 1253409158
        },
        {
            "start": 1253409161,
            "stop": 1253409346
        },
        {
            "start": 1253409348,
            "stop": 1253409349
        },
        {
            "start": 1253409350,
            "stop": 1253409764
        },
        {
            "start": 1253409767,
            "stop": 1253409808
        },
        {
            "start": 1253409811,
            "stop": 1253410191
        },
        {
            "start": 1253410193,
            "stop": 1253410374
        },
        {
            "start": 1253410377,
            "stop": 1253410579
        },
        {
            "start": 1253410580,
            "stop": 1253410588
        },
        {
            "start": 1253410591,
            "stop": 1253410639
        },
        {
            "start": 1253410642,
            "stop": 1253410670
        },
        {
            "start": 1253410673,
            "stop": 1253410852
        },
        {
            "start": 1253410855,
            "stop": 1253411001
        },
        {
            "start": 1253411003,
            "stop": 1253411308
        },
        {
            "start": 1253411310,
            "stop": 1253411383
        },
        {
            "start": 1253411386,
            "stop": 1253411396
        }
    ]
}