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=158
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=159",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=157",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 158,
    "results": [
        {
            "start": 819757245,
            "stop": 819757622
        },
        {
            "start": 819757625,
            "stop": 819759026
        },
        {
            "start": 819759029,
            "stop": 819759285
        },
        {
            "start": 819759288,
            "stop": 819760281
        },
        {
            "start": 819760683,
            "stop": 819760890
        },
        {
            "start": 819761290,
            "stop": 819761783
        },
        {
            "start": 819761786,
            "stop": 819762340
        },
        {
            "start": 819762343,
            "stop": 819763783
        },
        {
            "start": 819763786,
            "stop": 819763790
        },
        {
            "start": 819763794,
            "stop": 819764070
        },
        {
            "start": 819764073,
            "stop": 819764119
        },
        {
            "start": 819764122,
            "stop": 819764124
        },
        {
            "start": 819764127,
            "stop": 819767134
        },
        {
            "start": 819767137,
            "stop": 819769422
        },
        {
            "start": 819769425,
            "stop": 819770517
        },
        {
            "start": 819770520,
            "stop": 819771598
        },
        {
            "start": 819771601,
            "stop": 819774791
        },
        {
            "start": 819774794,
            "stop": 819775758
        },
        {
            "start": 819775762,
            "stop": 819775844
        },
        {
            "start": 819775848,
            "stop": 819776128
        }
    ]
}