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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8703",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8701",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8702,
    "results": [
        {
            "start": 872229240,
            "stop": 872229418
        },
        {
            "start": 872229435,
            "stop": 872229720
        },
        {
            "start": 872229780,
            "stop": 872229840
        },
        {
            "start": 872229900,
            "stop": 872229960
        },
        {
            "start": 872230020,
            "stop": 872231149
        },
        {
            "start": 872231269,
            "stop": 872231280
        },
        {
            "start": 872231340,
            "stop": 872232180
        },
        {
            "start": 872232240,
            "stop": 872232300
        },
        {
            "start": 872232360,
            "stop": 872232960
        },
        {
            "start": 872233020,
            "stop": 872233560
        },
        {
            "start": 872233620,
            "stop": 872236237
        },
        {
            "start": 872236357,
            "stop": 872238653
        },
        {
            "start": 872238670,
            "stop": 872238845
        },
        {
            "start": 872238862,
            "stop": 872238880
        },
        {
            "start": 872238897,
            "stop": 872241060
        },
        {
            "start": 872241120,
            "stop": 872242484
        },
        {
            "start": 872244259,
            "stop": 872244738
        },
        {
            "start": 872244755,
            "stop": 872244840
        },
        {
            "start": 872244960,
            "stop": 872245461
        },
        {
            "start": 872245478,
            "stop": 872246684
        }
    ]
}