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=8036
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=8037",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8035",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8036,
    "results": [
        {
            "start": 970412174,
            "stop": 970412179
        },
        {
            "start": 970412182,
            "stop": 970412191
        },
        {
            "start": 970412200,
            "stop": 970412204
        },
        {
            "start": 970412207,
            "stop": 970412208
        },
        {
            "start": 970412211,
            "stop": 970412214
        },
        {
            "start": 970412217,
            "stop": 970412224
        },
        {
            "start": 970412227,
            "stop": 970412242
        },
        {
            "start": 970412249,
            "stop": 970412274
        },
        {
            "start": 970412285,
            "stop": 970412295
        },
        {
            "start": 970412298,
            "stop": 970412309
        },
        {
            "start": 970412315,
            "stop": 970412323
        },
        {
            "start": 970412326,
            "stop": 970412336
        },
        {
            "start": 970412391,
            "stop": 970412392
        },
        {
            "start": 970412398,
            "stop": 970412399
        },
        {
            "start": 970412406,
            "stop": 970412413
        },
        {
            "start": 970412433,
            "stop": 970412437
        },
        {
            "start": 970412449,
            "stop": 970412450
        },
        {
            "start": 970412456,
            "stop": 970412469
        },
        {
            "start": 970412477,
            "stop": 970412479
        },
        {
            "start": 970412489,
            "stop": 970412499
        }
    ]
}