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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5301",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5299",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5300,
    "results": [
        {
            "start": 1137091593,
            "stop": 1137091594
        },
        {
            "start": 1137091596,
            "stop": 1137091701
        },
        {
            "start": 1137091707,
            "stop": 1137091742
        },
        {
            "start": 1137091744,
            "stop": 1137091745
        },
        {
            "start": 1137091746,
            "stop": 1137091854
        },
        {
            "start": 1137091856,
            "stop": 1137091946
        },
        {
            "start": 1137091950,
            "stop": 1137091956
        },
        {
            "start": 1137091958,
            "stop": 1137091960
        },
        {
            "start": 1137091962,
            "stop": 1137091972
        },
        {
            "start": 1137091973,
            "stop": 1137091976
        },
        {
            "start": 1137091978,
            "stop": 1137091980
        },
        {
            "start": 1137091981,
            "stop": 1137091983
        },
        {
            "start": 1137091989,
            "stop": 1137092000
        },
        {
            "start": 1137092002,
            "stop": 1137092057
        },
        {
            "start": 1137092059,
            "stop": 1137092070
        },
        {
            "start": 1137092072,
            "stop": 1137092073
        },
        {
            "start": 1137092075,
            "stop": 1137092099
        },
        {
            "start": 1137092101,
            "stop": 1137092122
        },
        {
            "start": 1137092124,
            "stop": 1137092151
        },
        {
            "start": 1137092154,
            "stop": 1137092179
        }
    ]
}