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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8960",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8958",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8959,
    "results": [
        {
            "start": 873750777,
            "stop": 873750851
        },
        {
            "start": 873750870,
            "stop": 873750926
        },
        {
            "start": 873750945,
            "stop": 873750959
        },
        {
            "start": 873750978,
            "stop": 873750985
        },
        {
            "start": 873751004,
            "stop": 873751197
        },
        {
            "start": 873751216,
            "stop": 873751262
        },
        {
            "start": 873751281,
            "stop": 873751440
        },
        {
            "start": 873751500,
            "stop": 873751619
        },
        {
            "start": 873751680,
            "stop": 873751757
        },
        {
            "start": 873751798,
            "stop": 873751878
        },
        {
            "start": 873751898,
            "stop": 873751936
        },
        {
            "start": 873751961,
            "stop": 873751975
        },
        {
            "start": 873751994,
            "stop": 873752168
        },
        {
            "start": 873752192,
            "stop": 873752230
        },
        {
            "start": 873752249,
            "stop": 873752280
        },
        {
            "start": 873752340,
            "stop": 873752513
        },
        {
            "start": 873752532,
            "stop": 873752553
        },
        {
            "start": 873752574,
            "stop": 873752580
        },
        {
            "start": 873752700,
            "stop": 873752728
        },
        {
            "start": 873752748,
            "stop": 873752774
        }
    ]
}