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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7381",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7379",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7380,
    "results": [
        {
            "start": 969559873,
            "stop": 969559936
        },
        {
            "start": 969559942,
            "stop": 969559943
        },
        {
            "start": 969559946,
            "stop": 969559983
        },
        {
            "start": 969559986,
            "stop": 969560063
        },
        {
            "start": 969560067,
            "stop": 969560139
        },
        {
            "start": 969560143,
            "stop": 969560146
        },
        {
            "start": 969560149,
            "stop": 969560151
        },
        {
            "start": 969560154,
            "stop": 969560157
        },
        {
            "start": 969560163,
            "stop": 969560248
        },
        {
            "start": 969560251,
            "stop": 969560289
        },
        {
            "start": 969560293,
            "stop": 969560298
        },
        {
            "start": 969560301,
            "stop": 969560360
        },
        {
            "start": 969560364,
            "stop": 969560367
        },
        {
            "start": 969560370,
            "stop": 969560885
        },
        {
            "start": 969560888,
            "stop": 969561309
        },
        {
            "start": 969563467,
            "stop": 969563571
        },
        {
            "start": 969563574,
            "stop": 969563668
        },
        {
            "start": 969565506,
            "stop": 969565573
        },
        {
            "start": 969565576,
            "stop": 969565684
        },
        {
            "start": 969565695,
            "stop": 969566032
        }
    ]
}