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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=788",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=786",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 787,
    "results": [
        {
            "start": 860784176,
            "stop": 860785616
        },
        {
            "start": 860785784,
            "stop": 860786924
        },
        {
            "start": 860787240,
            "stop": 860788140
        },
        {
            "start": 860788297,
            "stop": 860789197
        },
        {
            "start": 860794605,
            "stop": 860796705
        },
        {
            "start": 860797739,
            "stop": 860804309
        },
        {
            "start": 860804339,
            "stop": 860813369
        },
        {
            "start": 860813399,
            "stop": 860818439
        },
        {
            "start": 860818604,
            "stop": 860825864
        },
        {
            "start": 860827761,
            "stop": 860832141
        },
        {
            "start": 860832344,
            "stop": 860840744
        },
        {
            "start": 860841736,
            "stop": 860842186
        },
        {
            "start": 860842216,
            "stop": 860844196
        },
        {
            "start": 860844286,
            "stop": 860844376
        },
        {
            "start": 860844406,
            "stop": 860844676
        },
        {
            "start": 860846340,
            "stop": 860846520
        },
        {
            "start": 860850037,
            "stop": 860850817
        },
        {
            "start": 860850847,
            "stop": 860852467
        },
        {
            "start": 860852497,
            "stop": 860852557
        },
        {
            "start": 860852587,
            "stop": 860853457
        }
    ]
}