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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3315",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3313",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3314,
    "results": [
        {
            "start": 875187060,
            "stop": 875187120
        },
        {
            "start": 875187780,
            "stop": 875187960
        },
        {
            "start": 875188020,
            "stop": 875188320
        },
        {
            "start": 875188800,
            "stop": 875188980
        },
        {
            "start": 875189160,
            "stop": 875190383
        },
        {
            "start": 875190386,
            "stop": 875197486
        },
        {
            "start": 875197489,
            "stop": 875197500
        },
        {
            "start": 875197560,
            "stop": 875197809
        },
        {
            "start": 875197812,
            "stop": 875200550
        },
        {
            "start": 875200553,
            "stop": 875200576
        },
        {
            "start": 875200579,
            "stop": 875200617
        },
        {
            "start": 875200622,
            "stop": 875200656
        },
        {
            "start": 875200659,
            "stop": 875200704
        },
        {
            "start": 875200707,
            "stop": 875200812
        },
        {
            "start": 875200815,
            "stop": 875202963
        },
        {
            "start": 875202967,
            "stop": 875203316
        },
        {
            "start": 875203319,
            "stop": 875203585
        },
        {
            "start": 875203589,
            "stop": 875204035
        },
        {
            "start": 875204039,
            "stop": 875205353
        },
        {
            "start": 875205356,
            "stop": 875206077
        }
    ]
}