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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=758",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=756",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 757,
    "results": [
        {
            "start": 956223249,
            "stop": 956229281
        },
        {
            "start": 956230463,
            "stop": 956240394
        },
        {
            "start": 956240816,
            "stop": 956261925
        },
        {
            "start": 956262923,
            "stop": 956270226
        },
        {
            "start": 956270474,
            "stop": 956275493
        },
        {
            "start": 956275499,
            "stop": 956289258
        },
        {
            "start": 956295864,
            "stop": 956296567
        },
        {
            "start": 956296573,
            "stop": 956296940
        },
        {
            "start": 956296946,
            "stop": 956299233
        },
        {
            "start": 956301692,
            "stop": 956312166
        },
        {
            "start": 956312683,
            "stop": 956314423
        },
        {
            "start": 956316992,
            "stop": 956318593
        },
        {
            "start": 956318774,
            "stop": 956332992
        },
        {
            "start": 956341420,
            "stop": 956348396
        },
        {
            "start": 956368202,
            "stop": 956382862
        },
        {
            "start": 956383314,
            "stop": 956384422
        },
        {
            "start": 956384428,
            "stop": 956394551
        },
        {
            "start": 956396099,
            "stop": 956401184
        },
        {
            "start": 956403545,
            "stop": 956406542
        },
        {
            "start": 956407880,
            "stop": 956407895
        }
    ]
}