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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=67",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 68,
    "results": [
        {
            "start": 1257468682,
            "stop": 1257468781
        },
        {
            "start": 1257468784,
            "stop": 1257468791
        },
        {
            "start": 1257468794,
            "stop": 1257468807
        },
        {
            "start": 1257468810,
            "stop": 1257469049
        },
        {
            "start": 1257469052,
            "stop": 1257469235
        },
        {
            "start": 1257469238,
            "stop": 1257469657
        },
        {
            "start": 1257469660,
            "stop": 1257469703
        },
        {
            "start": 1257469706,
            "stop": 1257470070
        },
        {
            "start": 1257470073,
            "stop": 1257470117
        },
        {
            "start": 1257470120,
            "stop": 1257470255
        },
        {
            "start": 1257470258,
            "stop": 1257470421
        },
        {
            "start": 1257470424,
            "stop": 1257470585
        },
        {
            "start": 1257470588,
            "stop": 1257470672
        },
        {
            "start": 1257470675,
            "stop": 1257470798
        },
        {
            "start": 1257470801,
            "stop": 1257471089
        },
        {
            "start": 1257471092,
            "stop": 1257471163
        },
        {
            "start": 1257471166,
            "stop": 1257471193
        },
        {
            "start": 1257471196,
            "stop": 1257471408
        },
        {
            "start": 1257471411,
            "stop": 1257471419
        },
        {
            "start": 1257471422,
            "stop": 1257471423
        }
    ]
}