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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=27",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 28,
    "results": [
        {
            "start": 819358366,
            "stop": 819362031
        },
        {
            "start": 819362035,
            "stop": 819362041
        },
        {
            "start": 819362242,
            "stop": 819362593
        },
        {
            "start": 819364026,
            "stop": 819370134
        },
        {
            "start": 819371319,
            "stop": 819377832
        },
        {
            "start": 819378478,
            "stop": 819380113
        },
        {
            "start": 819380976,
            "stop": 819392347
        },
        {
            "start": 819397710,
            "stop": 819400737
        },
        {
            "start": 819402488,
            "stop": 819404684
        },
        {
            "start": 819405436,
            "stop": 819409213
        },
        {
            "start": 819410200,
            "stop": 819410223
        },
        {
            "start": 819411761,
            "stop": 819418753
        },
        {
            "start": 819419475,
            "stop": 819424082
        },
        {
            "start": 819424973,
            "stop": 819468371
        },
        {
            "start": 819468748,
            "stop": 819480732
        },
        {
            "start": 819486095,
            "stop": 819555904
        },
        {
            "start": 819557861,
            "stop": 819560053
        },
        {
            "start": 819560094,
            "stop": 819560095
        },
        {
            "start": 819560225,
            "stop": 819573177
        },
        {
            "start": 819574106,
            "stop": 819579450
        }
    ]
}