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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=268",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=266",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 267,
    "results": [
        {
            "start": 934393149,
            "stop": 934393236
        },
        {
            "start": 934393239,
            "stop": 934393251
        },
        {
            "start": 934393254,
            "stop": 934393266
        },
        {
            "start": 934393269,
            "stop": 934393282
        },
        {
            "start": 934393284,
            "stop": 934393296
        },
        {
            "start": 934393299,
            "stop": 934393311
        },
        {
            "start": 934393314,
            "stop": 934393911
        },
        {
            "start": 934393915,
            "stop": 934394415
        },
        {
            "start": 934394655,
            "stop": 934394797
        },
        {
            "start": 934394799,
            "stop": 934394918
        },
        {
            "start": 934394978,
            "stop": 934395141
        },
        {
            "start": 934395144,
            "stop": 934395398
        },
        {
            "start": 934395458,
            "stop": 934395518
        },
        {
            "start": 934395638,
            "stop": 934396012
        },
        {
            "start": 934396014,
            "stop": 934396118
        },
        {
            "start": 934396238,
            "stop": 934396418
        },
        {
            "start": 934396478,
            "stop": 934397078
        },
        {
            "start": 934397138,
            "stop": 934397198
        },
        {
            "start": 934397258,
            "stop": 934397318
        },
        {
            "start": 934397438,
            "stop": 934397498
        }
    ]
}