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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=14",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 15,
    "results": [
        {
            "start": 1256926551,
            "stop": 1256926820
        },
        {
            "start": 1256927025,
            "stop": 1256927205
        },
        {
            "start": 1256927208,
            "stop": 1256929575
        },
        {
            "start": 1256929578,
            "stop": 1256929976
        },
        {
            "start": 1256929979,
            "stop": 1256932268
        },
        {
            "start": 1256932271,
            "stop": 1256933189
        },
        {
            "start": 1256933192,
            "stop": 1256933193
        },
        {
            "start": 1256933196,
            "stop": 1256934457
        },
        {
            "start": 1256934460,
            "stop": 1256934465
        },
        {
            "start": 1256934468,
            "stop": 1256934491
        },
        {
            "start": 1256934495,
            "stop": 1256935555
        },
        {
            "start": 1256935558,
            "stop": 1256936447
        },
        {
            "start": 1256936450,
            "stop": 1256939438
        },
        {
            "start": 1256954047,
            "stop": 1256956095
        },
        {
            "start": 1256956098,
            "stop": 1256960503
        },
        {
            "start": 1256960506,
            "stop": 1256960610
        },
        {
            "start": 1256960613,
            "stop": 1256960921
        },
        {
            "start": 1256960924,
            "stop": 1256963137
        },
        {
            "start": 1256963145,
            "stop": 1256965575
        },
        {
            "start": 1256965582,
            "stop": 1256965899
        }
    ]
}