Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=35
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=34",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 35,
    "results": [
        {
            "start": 820147610,
            "stop": 820150983
        },
        {
            "start": 820151303,
            "stop": 820151373
        },
        {
            "start": 820151773,
            "stop": 820156848
        },
        {
            "start": 820157417,
            "stop": 820171788
        },
        {
            "start": 820172310,
            "stop": 820175341
        },
        {
            "start": 820177085,
            "stop": 820194248
        },
        {
            "start": 820194568,
            "stop": 820194756
        },
        {
            "start": 820195156,
            "stop": 820196378
        },
        {
            "start": 820197260,
            "stop": 820199281
        },
        {
            "start": 820200371,
            "stop": 820200421
        },
        {
            "start": 820202752,
            "stop": 820210650
        },
        {
            "start": 820211746,
            "stop": 820214091
        },
        {
            "start": 820214895,
            "stop": 820215115
        },
        {
            "start": 820215837,
            "stop": 820218281
        },
        {
            "start": 820228522,
            "stop": 820250473
        },
        {
            "start": 820251115,
            "stop": 820275538
        },
        {
            "start": 820279504,
            "stop": 820279554
        },
        {
            "start": 820279555,
            "stop": 820279637
        },
        {
            "start": 820280037,
            "stop": 820284614
        },
        {
            "start": 820285098,
            "stop": 820320840
        }
    ]
}