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=5220
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=5221",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5219",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5220,
    "results": [
        {
            "start": 1137046939,
            "stop": 1137046955
        },
        {
            "start": 1137046956,
            "stop": 1137046961
        },
        {
            "start": 1137046963,
            "stop": 1137046983
        },
        {
            "start": 1137046988,
            "stop": 1137047024
        },
        {
            "start": 1137047026,
            "stop": 1137047035
        },
        {
            "start": 1137047037,
            "stop": 1137047039
        },
        {
            "start": 1137047041,
            "stop": 1137047044
        },
        {
            "start": 1137047046,
            "stop": 1137047048
        },
        {
            "start": 1137047049,
            "stop": 1137047050
        },
        {
            "start": 1137047054,
            "stop": 1137047069
        },
        {
            "start": 1137047074,
            "stop": 1137047137
        },
        {
            "start": 1137047139,
            "stop": 1137047172
        },
        {
            "start": 1137047176,
            "stop": 1137047193
        },
        {
            "start": 1137047195,
            "stop": 1137047197
        },
        {
            "start": 1137047199,
            "stop": 1137047212
        },
        {
            "start": 1137047214,
            "stop": 1137047222
        },
        {
            "start": 1137047224,
            "stop": 1137047240
        },
        {
            "start": 1137047242,
            "stop": 1137047264
        },
        {
            "start": 1137047266,
            "stop": 1137047268
        },
        {
            "start": 1137047270,
            "stop": 1137047272
        }
    ]
}