Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=98
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=97",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 98,
    "results": [
        {
            "start": 817283407,
            "stop": 817284410
        },
        {
            "start": 817284418,
            "stop": 817284440
        },
        {
            "start": 817284447,
            "stop": 817284761
        },
        {
            "start": 817284768,
            "stop": 817284990
        },
        {
            "start": 817284997,
            "stop": 817285117
        },
        {
            "start": 817285124,
            "stop": 817285935
        },
        {
            "start": 817285942,
            "stop": 817286079
        },
        {
            "start": 817286091,
            "stop": 817286920
        },
        {
            "start": 817286928,
            "stop": 817287870
        },
        {
            "start": 817287877,
            "stop": 817287978
        },
        {
            "start": 817287985,
            "stop": 817288555
        },
        {
            "start": 817288562,
            "stop": 817289033
        },
        {
            "start": 817289040,
            "stop": 817289506
        },
        {
            "start": 817289514,
            "stop": 817290331
        },
        {
            "start": 817290343,
            "stop": 817291524
        },
        {
            "start": 817291532,
            "stop": 817291797
        },
        {
            "start": 817291805,
            "stop": 817293234
        },
        {
            "start": 817293241,
            "stop": 817294113
        },
        {
            "start": 817294120,
            "stop": 817294960
        },
        {
            "start": 817294967,
            "stop": 817297255
        }
    ]
}