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=305
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=306",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=304",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 305,
    "results": [
        {
            "start": 832705721,
            "stop": 832705961
        },
        {
            "start": 832706223,
            "stop": 832706403
        },
        {
            "start": 832707281,
            "stop": 832707521
        },
        {
            "start": 832708183,
            "stop": 832708543
        },
        {
            "start": 832709061,
            "stop": 832709181
        },
        {
            "start": 832709313,
            "stop": 832709493
        },
        {
            "start": 832709909,
            "stop": 832710089
        },
        {
            "start": 832710549,
            "stop": 832710789
        },
        {
            "start": 832710948,
            "stop": 832711008
        },
        {
            "start": 832711832,
            "stop": 832711892
        },
        {
            "start": 832712079,
            "stop": 832712199
        },
        {
            "start": 832712718,
            "stop": 832713498
        },
        {
            "start": 832713698,
            "stop": 832713758
        },
        {
            "start": 832715590,
            "stop": 832715710
        },
        {
            "start": 832717343,
            "stop": 832717463
        },
        {
            "start": 832717929,
            "stop": 832717989
        },
        {
            "start": 832718223,
            "stop": 832718523
        },
        {
            "start": 832718695,
            "stop": 832718755
        },
        {
            "start": 832720206,
            "stop": 832720326
        },
        {
            "start": 832729326,
            "stop": 832729446
        }
    ]
}