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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=29",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 30,
    "results": [
        {
            "start": 821140082,
            "stop": 821143393
        },
        {
            "start": 821143396,
            "stop": 821143398
        },
        {
            "start": 821143580,
            "stop": 821148673
        },
        {
            "start": 821148715,
            "stop": 821148718
        },
        {
            "start": 821148851,
            "stop": 821150353
        },
        {
            "start": 821150372,
            "stop": 821150374
        },
        {
            "start": 821150900,
            "stop": 821156283
        },
        {
            "start": 821156816,
            "stop": 821160665
        },
        {
            "start": 821160857,
            "stop": 821161573
        },
        {
            "start": 821161591,
            "stop": 821161594
        },
        {
            "start": 821161760,
            "stop": 821163929
        },
        {
            "start": 821166777,
            "stop": 821167213
        },
        {
            "start": 821167223,
            "stop": 821167225
        },
        {
            "start": 821167411,
            "stop": 821168342
        },
        {
            "start": 821168488,
            "stop": 821173753
        },
        {
            "start": 821176748,
            "stop": 821178613
        },
        {
            "start": 821178645,
            "stop": 821178648
        },
        {
            "start": 821178744,
            "stop": 821181313
        },
        {
            "start": 821181321,
            "stop": 821181324
        },
        {
            "start": 821181419,
            "stop": 821184253
        }
    ]
}