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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4935",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4933",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4934,
    "results": [
        {
            "start": 875217350,
            "stop": 875217420
        },
        {
            "start": 875217445,
            "stop": 875217459
        },
        {
            "start": 875217479,
            "stop": 875217498
        },
        {
            "start": 875217517,
            "stop": 875217520
        },
        {
            "start": 875217555,
            "stop": 875217663
        },
        {
            "start": 875217682,
            "stop": 875217705
        },
        {
            "start": 875217724,
            "stop": 875217754
        },
        {
            "start": 875217790,
            "stop": 875217794
        },
        {
            "start": 875217815,
            "stop": 875217834
        },
        {
            "start": 875217867,
            "stop": 875217915
        },
        {
            "start": 875217940,
            "stop": 875217958
        },
        {
            "start": 875217977,
            "stop": 875218020
        },
        {
            "start": 875218054,
            "stop": 875218080
        },
        {
            "start": 875218148,
            "stop": 875218156
        },
        {
            "start": 875218175,
            "stop": 875218194
        },
        {
            "start": 875218224,
            "stop": 875218309
        },
        {
            "start": 875218328,
            "stop": 875218396
        },
        {
            "start": 875218415,
            "stop": 875218441
        },
        {
            "start": 875218476,
            "stop": 875218527
        },
        {
            "start": 875218546,
            "stop": 875218554
        }
    ]
}