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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3413",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3411",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3412,
    "results": [
        {
            "start": 969639303,
            "stop": 969639309
        },
        {
            "start": 969639312,
            "stop": 969639313
        },
        {
            "start": 969639316,
            "stop": 969639330
        },
        {
            "start": 969639335,
            "stop": 969639467
        },
        {
            "start": 969639847,
            "stop": 969639889
        },
        {
            "start": 969639893,
            "stop": 969639913
        },
        {
            "start": 969639917,
            "stop": 969640184
        },
        {
            "start": 969640187,
            "stop": 969640444
        },
        {
            "start": 969640465,
            "stop": 969640485
        },
        {
            "start": 969640500,
            "stop": 969640569
        },
        {
            "start": 969640572,
            "stop": 969640574
        },
        {
            "start": 969640577,
            "stop": 969640891
        },
        {
            "start": 969640894,
            "stop": 969640967
        },
        {
            "start": 969641087,
            "stop": 969641680
        },
        {
            "start": 969641807,
            "stop": 969641867
        },
        {
            "start": 969641987,
            "stop": 969642369
        },
        {
            "start": 969642382,
            "stop": 969642383
        },
        {
            "start": 969642491,
            "stop": 969642492
        },
        {
            "start": 969642503,
            "stop": 969642510
        },
        {
            "start": 969642521,
            "stop": 969642647
        }
    ]
}