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=29
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=30",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=28",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 29,
    "results": [
        {
            "start": 1238472053,
            "stop": 1238472659
        },
        {
            "start": 1238472662,
            "stop": 1238473732
        },
        {
            "start": 1238473735,
            "stop": 1238474439
        },
        {
            "start": 1238474442,
            "stop": 1238475277
        },
        {
            "start": 1238475280,
            "stop": 1238476205
        },
        {
            "start": 1238476208,
            "stop": 1238476440
        },
        {
            "start": 1238476443,
            "stop": 1238476993
        },
        {
            "start": 1238476996,
            "stop": 1238478410
        },
        {
            "start": 1238478413,
            "stop": 1238478738
        },
        {
            "start": 1238478741,
            "stop": 1238478920
        },
        {
            "start": 1238478928,
            "stop": 1238479684
        },
        {
            "start": 1238480945,
            "stop": 1238481069
        },
        {
            "start": 1238481072,
            "stop": 1238481550
        },
        {
            "start": 1238481553,
            "stop": 1238481642
        },
        {
            "start": 1238481650,
            "stop": 1238482992
        },
        {
            "start": 1238482995,
            "stop": 1238483199
        },
        {
            "start": 1238483202,
            "stop": 1238484235
        },
        {
            "start": 1238484238,
            "stop": 1238484884
        },
        {
            "start": 1238484887,
            "stop": 1238484945
        },
        {
            "start": 1238484948,
            "stop": 1238486194
        }
    ]
}