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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=227",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=225",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 226,
    "results": [
        {
            "start": 820538565,
            "stop": 820538572
        },
        {
            "start": 820538579,
            "stop": 820538683
        },
        {
            "start": 820538690,
            "stop": 820538772
        },
        {
            "start": 820538779,
            "stop": 820538878
        },
        {
            "start": 820538886,
            "stop": 820538947
        },
        {
            "start": 820538954,
            "stop": 820539012
        },
        {
            "start": 820539019,
            "stop": 820539243
        },
        {
            "start": 820539257,
            "stop": 820539309
        },
        {
            "start": 820539317,
            "stop": 820539373
        },
        {
            "start": 820541648,
            "stop": 820541788
        },
        {
            "start": 820541797,
            "stop": 820541834
        },
        {
            "start": 820541841,
            "stop": 820541851
        },
        {
            "start": 820541858,
            "stop": 820542075
        },
        {
            "start": 820542082,
            "stop": 820542197
        },
        {
            "start": 820542205,
            "stop": 820542594
        },
        {
            "start": 820542660,
            "stop": 820543750
        },
        {
            "start": 820543757,
            "stop": 820543828
        },
        {
            "start": 820543836,
            "stop": 820544710
        },
        {
            "start": 820544718,
            "stop": 820544833
        },
        {
            "start": 820546174,
            "stop": 820546385
        }
    ]
}