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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=261",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=259",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 260,
    "results": [
        {
            "start": 934430655,
            "stop": 934431656
        },
        {
            "start": 934431659,
            "stop": 934431748
        },
        {
            "start": 934431750,
            "stop": 934431889
        },
        {
            "start": 934431894,
            "stop": 934431912
        },
        {
            "start": 934431930,
            "stop": 934432437
        },
        {
            "start": 934432439,
            "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
        },
        {
            "start": 934442192,
            "stop": 934442639
        },
        {
            "start": 934442642,
            "stop": 934442714
        },
        {
            "start": 934442716,
            "stop": 934443788
        },
        {
            "start": 934443793,
            "stop": 934444230
        },
        {
            "start": 934444232,
            "stop": 934444589
        }
    ]
}