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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=312",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=310",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 311,
    "results": [
        {
            "start": 931853231,
            "stop": 931853233
        },
        {
            "start": 931853236,
            "stop": 931853237
        },
        {
            "start": 931853240,
            "stop": 931853251
        },
        {
            "start": 931853253,
            "stop": 931853277
        },
        {
            "start": 931853279,
            "stop": 931853286
        },
        {
            "start": 931853289,
            "stop": 931853296
        },
        {
            "start": 931853301,
            "stop": 931853314
        },
        {
            "start": 931853316,
            "stop": 931853321
        },
        {
            "start": 931853322,
            "stop": 931853326
        },
        {
            "start": 931853329,
            "stop": 931853346
        },
        {
            "start": 931853349,
            "stop": 931853366
        },
        {
            "start": 931853368,
            "stop": 931853443
        },
        {
            "start": 931853446,
            "stop": 931853473
        },
        {
            "start": 931853476,
            "stop": 931853480
        },
        {
            "start": 931853485,
            "stop": 931853501
        },
        {
            "start": 931853503,
            "stop": 931853517
        },
        {
            "start": 931853519,
            "stop": 931853547
        },
        {
            "start": 931853549,
            "stop": 931853555
        },
        {
            "start": 931853557,
            "stop": 931853558
        },
        {
            "start": 931853560,
            "stop": 931853586
        }
    ]
}