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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=315",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=313",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 314,
    "results": [
        {
            "start": 935406258,
            "stop": 935406270
        },
        {
            "start": 935406276,
            "stop": 935406829
        },
        {
            "start": 935406831,
            "stop": 935407004
        },
        {
            "start": 935407006,
            "stop": 935407070
        },
        {
            "start": 935407073,
            "stop": 935407108
        },
        {
            "start": 935407168,
            "stop": 935407712
        },
        {
            "start": 935407715,
            "stop": 935407828
        },
        {
            "start": 935407888,
            "stop": 935409615
        },
        {
            "start": 935409799,
            "stop": 935409825
        },
        {
            "start": 935409828,
            "stop": 935409830
        },
        {
            "start": 935409833,
            "stop": 935409839
        },
        {
            "start": 935409841,
            "stop": 935409847
        },
        {
            "start": 935409852,
            "stop": 935410322
        },
        {
            "start": 935410325,
            "stop": 935411524
        },
        {
            "start": 935411526,
            "stop": 935411908
        },
        {
            "start": 935411968,
            "stop": 935412604
        },
        {
            "start": 935412607,
            "stop": 935413215
        },
        {
            "start": 935413455,
            "stop": 935413578
        },
        {
            "start": 935413582,
            "stop": 935413716
        },
        {
            "start": 935416561,
            "stop": 935416815
        }
    ]
}