Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=520
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=521",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=519",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 520,
    "results": [
        {
            "start": 1262737009,
            "stop": 1262737164
        },
        {
            "start": 1262737167,
            "stop": 1262737179
        },
        {
            "start": 1262737182,
            "stop": 1262737284
        },
        {
            "start": 1262737287,
            "stop": 1262737297
        },
        {
            "start": 1262737300,
            "stop": 1262737329
        },
        {
            "start": 1262737332,
            "stop": 1262737343
        },
        {
            "start": 1262737346,
            "stop": 1262737370
        },
        {
            "start": 1262737373,
            "stop": 1262737466
        },
        {
            "start": 1262737469,
            "stop": 1262737470
        },
        {
            "start": 1262737473,
            "stop": 1262737522
        },
        {
            "start": 1262737525,
            "stop": 1262737578
        },
        {
            "start": 1262737581,
            "stop": 1262737668
        },
        {
            "start": 1262737671,
            "stop": 1262737773
        },
        {
            "start": 1262737776,
            "stop": 1262737798
        },
        {
            "start": 1262737801,
            "stop": 1262737874
        },
        {
            "start": 1262737877,
            "stop": 1262737939
        },
        {
            "start": 1262737942,
            "stop": 1262737974
        },
        {
            "start": 1262737978,
            "stop": 1262738014
        },
        {
            "start": 1262738019,
            "stop": 1262738033
        },
        {
            "start": 1262738037,
            "stop": 1262738316
        }
    ]
}