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=271
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=272",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=270",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 271,
    "results": [
        {
            "start": 934429419,
            "stop": 934429483
        },
        {
            "start": 934429488,
            "stop": 934430330
        },
        {
            "start": 934430335,
            "stop": 934430350
        },
        {
            "start": 934430355,
            "stop": 934430415
        },
        {
            "start": 934430655,
            "stop": 934431656
        },
        {
            "start": 934431659,
            "stop": 934431748
        },
        {
            "start": 934431750,
            "stop": 934431889
        },
        {
            "start": 934431894,
            "stop": 934431912
        },
        {
            "start": 934431930,
            "stop": 934432437
        },
        {
            "start": 934432439,
            "stop": 934433258
        },
        {
            "start": 934433318,
            "stop": 934434015
        },
        {
            "start": 934434255,
            "stop": 934434314
        },
        {
            "start": 934434319,
            "stop": 934436713
        },
        {
            "start": 934436715,
            "stop": 934437200
        },
        {
            "start": 934437202,
            "stop": 934437615
        },
        {
            "start": 934437855,
            "stop": 934439575
        },
        {
            "start": 934439577,
            "stop": 934440283
        },
        {
            "start": 934440286,
            "stop": 934441215
        },
        {
            "start": 934441455,
            "stop": 934441633
        },
        {
            "start": 934441637,
            "stop": 934442187
        }
    ]
}