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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=224",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=222",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 223,
    "results": [
        {
            "start": 821677317,
            "stop": 821677318
        },
        {
            "start": 821677321,
            "stop": 821677323
        },
        {
            "start": 821677327,
            "stop": 821677330
        },
        {
            "start": 821677335,
            "stop": 821677345
        },
        {
            "start": 821677348,
            "stop": 821677351
        },
        {
            "start": 821677354,
            "stop": 821677356
        },
        {
            "start": 821677359,
            "stop": 821677361
        },
        {
            "start": 821677364,
            "stop": 821677369
        },
        {
            "start": 821677372,
            "stop": 821677382
        },
        {
            "start": 821677390,
            "stop": 821677400
        },
        {
            "start": 821677403,
            "stop": 821677405
        },
        {
            "start": 821677408,
            "stop": 821677411
        },
        {
            "start": 821677414,
            "stop": 821677431
        },
        {
            "start": 821677439,
            "stop": 821677440
        },
        {
            "start": 821677446,
            "stop": 821677450
        },
        {
            "start": 821677455,
            "stop": 821677456
        },
        {
            "start": 821677460,
            "stop": 821677461
        },
        {
            "start": 821677465,
            "stop": 821677466
        },
        {
            "start": 821677474,
            "stop": 821677509
        },
        {
            "start": 821677512,
            "stop": 821677524
        }
    ]
}