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=7977
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=7978",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7976",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7977,
    "results": [
        {
            "start": 970244513,
            "stop": 970244523
        },
        {
            "start": 970244526,
            "stop": 970244616
        },
        {
            "start": 970244619,
            "stop": 970244623
        },
        {
            "start": 970244626,
            "stop": 970244638
        },
        {
            "start": 970244654,
            "stop": 970244657
        },
        {
            "start": 970244668,
            "stop": 970244670
        },
        {
            "start": 970244687,
            "stop": 970244688
        },
        {
            "start": 970244718,
            "stop": 970244721
        },
        {
            "start": 970244749,
            "stop": 970244796
        },
        {
            "start": 970244807,
            "stop": 970244859
        },
        {
            "start": 970244862,
            "stop": 970244874
        },
        {
            "start": 970244879,
            "stop": 970245025
        },
        {
            "start": 970245028,
            "stop": 970245089
        },
        {
            "start": 970245092,
            "stop": 970245112
        },
        {
            "start": 970245115,
            "stop": 970245226
        },
        {
            "start": 970245244,
            "stop": 970245262
        },
        {
            "start": 970245265,
            "stop": 970245306
        },
        {
            "start": 970245312,
            "stop": 970245332
        },
        {
            "start": 970245353,
            "stop": 970245482
        },
        {
            "start": 970245497,
            "stop": 970245545
        }
    ]
}