Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=267
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=268",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=266",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 267,
    "results": [
        {
            "start": 820919808,
            "stop": 820920088
        },
        {
            "start": 820920091,
            "stop": 820920126
        },
        {
            "start": 820920134,
            "stop": 820920141
        },
        {
            "start": 820920144,
            "stop": 820920247
        },
        {
            "start": 820920882,
            "stop": 820921011
        },
        {
            "start": 820921014,
            "stop": 820921060
        },
        {
            "start": 820921063,
            "stop": 820921330
        },
        {
            "start": 820921879,
            "stop": 820921935
        },
        {
            "start": 820922832,
            "stop": 820922937
        },
        {
            "start": 820922940,
            "stop": 820923087
        },
        {
            "start": 820923090,
            "stop": 820923152
        },
        {
            "start": 820923156,
            "stop": 820923233
        },
        {
            "start": 820923236,
            "stop": 820923472
        },
        {
            "start": 820923476,
            "stop": 820923551
        },
        {
            "start": 820923554,
            "stop": 820923556
        },
        {
            "start": 820923559,
            "stop": 820923615
        },
        {
            "start": 820923618,
            "stop": 820923639
        },
        {
            "start": 820923642,
            "stop": 820923796
        },
        {
            "start": 820923799,
            "stop": 820924097
        },
        {
            "start": 820924100,
            "stop": 820924124
        }
    ]
}