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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=43",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 44,
    "results": [
        {
            "start": 821027568,
            "stop": 821027574
        },
        {
            "start": 821027582,
            "stop": 821027617
        },
        {
            "start": 821027621,
            "stop": 821027665
        },
        {
            "start": 821027679,
            "stop": 821027684
        },
        {
            "start": 821027698,
            "stop": 821027948
        },
        {
            "start": 821027957,
            "stop": 821031577
        },
        {
            "start": 821031580,
            "stop": 821034772
        },
        {
            "start": 821034775,
            "stop": 821034873
        },
        {
            "start": 821034877,
            "stop": 821034883
        },
        {
            "start": 821034886,
            "stop": 821034893
        },
        {
            "start": 821034896,
            "stop": 821034916
        },
        {
            "start": 821034920,
            "stop": 821035035
        },
        {
            "start": 821036013,
            "stop": 821037913
        },
        {
            "start": 821037942,
            "stop": 821037943
        },
        {
            "start": 821038539,
            "stop": 821039035
        },
        {
            "start": 821039053,
            "stop": 821039088
        },
        {
            "start": 821039106,
            "stop": 821039181
        },
        {
            "start": 821039195,
            "stop": 821039201
        },
        {
            "start": 821039209,
            "stop": 821039235
        },
        {
            "start": 821039238,
            "stop": 821039242
        }
    ]
}