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=5200
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=5201",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5199",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5200,
    "results": [
        {
            "start": 1137029234,
            "stop": 1137029237
        },
        {
            "start": 1137029239,
            "stop": 1137029241
        },
        {
            "start": 1137029248,
            "stop": 1137029259
        },
        {
            "start": 1137029261,
            "stop": 1137029264
        },
        {
            "start": 1137029266,
            "stop": 1137029268
        },
        {
            "start": 1137029270,
            "stop": 1137029271
        },
        {
            "start": 1137029274,
            "stop": 1137029278
        },
        {
            "start": 1137029281,
            "stop": 1137029282
        },
        {
            "start": 1137029284,
            "stop": 1137029288
        },
        {
            "start": 1137029290,
            "stop": 1137029308
        },
        {
            "start": 1137029310,
            "stop": 1137029322
        },
        {
            "start": 1137029323,
            "stop": 1137029324
        },
        {
            "start": 1137029326,
            "stop": 1137029339
        },
        {
            "start": 1137029341,
            "stop": 1137029352
        },
        {
            "start": 1137029354,
            "stop": 1137029367
        },
        {
            "start": 1137029369,
            "stop": 1137029372
        },
        {
            "start": 1137029374,
            "stop": 1137029395
        },
        {
            "start": 1137029397,
            "stop": 1137029408
        },
        {
            "start": 1137029410,
            "stop": 1137029415
        },
        {
            "start": 1137029417,
            "stop": 1137029428
        }
    ]
}