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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=327",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=325",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 326,
    "results": [
        {
            "start": 938665140,
            "stop": 938665148
        },
        {
            "start": 938665153,
            "stop": 938665173
        },
        {
            "start": 938665235,
            "stop": 938665244
        },
        {
            "start": 938665249,
            "stop": 938665337
        },
        {
            "start": 938665343,
            "stop": 938665355
        },
        {
            "start": 938665418,
            "stop": 938665421
        },
        {
            "start": 938665427,
            "stop": 938665475
        },
        {
            "start": 938665535,
            "stop": 938665595
        },
        {
            "start": 938665598,
            "stop": 938665602
        },
        {
            "start": 938665607,
            "stop": 938665655
        },
        {
            "start": 938665835,
            "stop": 938665839
        },
        {
            "start": 938665842,
            "stop": 938665899
        },
        {
            "start": 938665901,
            "stop": 938665955
        },
        {
            "start": 938666015,
            "stop": 938666135
        },
        {
            "start": 938666195,
            "stop": 938666555
        },
        {
            "start": 938666675,
            "stop": 938666735
        },
        {
            "start": 938666795,
            "stop": 938666855
        },
        {
            "start": 938666975,
            "stop": 938680208
        },
        {
            "start": 938681540,
            "stop": 938681648
        },
        {
            "start": 938684218,
            "stop": 938684710
        }
    ]
}