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=5224
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=5225",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5223",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5224,
    "results": [
        {
            "start": 1137048850,
            "stop": 1137048853
        },
        {
            "start": 1137048855,
            "stop": 1137048863
        },
        {
            "start": 1137048865,
            "stop": 1137048880
        },
        {
            "start": 1137048882,
            "stop": 1137048883
        },
        {
            "start": 1137048885,
            "stop": 1137048893
        },
        {
            "start": 1137048895,
            "stop": 1137048945
        },
        {
            "start": 1137048947,
            "stop": 1137048963
        },
        {
            "start": 1137048965,
            "stop": 1137048966
        },
        {
            "start": 1137048968,
            "stop": 1137048991
        },
        {
            "start": 1137048993,
            "stop": 1137049018
        },
        {
            "start": 1137049020,
            "stop": 1137049022
        },
        {
            "start": 1137049024,
            "stop": 1137049027
        },
        {
            "start": 1137049028,
            "stop": 1137049046
        },
        {
            "start": 1137049047,
            "stop": 1137049140
        },
        {
            "start": 1137049143,
            "stop": 1137049146
        },
        {
            "start": 1137049148,
            "stop": 1137049173
        },
        {
            "start": 1137049175,
            "stop": 1137049240
        },
        {
            "start": 1137049242,
            "stop": 1137049274
        },
        {
            "start": 1137049276,
            "stop": 1137049292
        },
        {
            "start": 1137049295,
            "stop": 1137049300
        }
    ]
}