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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4637",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4635",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4636,
    "results": [
        {
            "start": 874244066,
            "stop": 874244160
        },
        {
            "start": 874244182,
            "stop": 874244281
        },
        {
            "start": 874244300,
            "stop": 874244305
        },
        {
            "start": 874244324,
            "stop": 874244340
        },
        {
            "start": 874244359,
            "stop": 874244480
        },
        {
            "start": 874244514,
            "stop": 874244615
        },
        {
            "start": 874244634,
            "stop": 874244736
        },
        {
            "start": 874244760,
            "stop": 874244784
        },
        {
            "start": 874244803,
            "stop": 874244859
        },
        {
            "start": 874244878,
            "stop": 874244972
        },
        {
            "start": 874244991,
            "stop": 874245044
        },
        {
            "start": 874245063,
            "stop": 874245091
        },
        {
            "start": 874245116,
            "stop": 874245182
        },
        {
            "start": 874245333,
            "stop": 874245359
        },
        {
            "start": 874245378,
            "stop": 874245403
        },
        {
            "start": 874245423,
            "stop": 874245457
        },
        {
            "start": 874245476,
            "stop": 874245518
        },
        {
            "start": 874245638,
            "stop": 874245716
        },
        {
            "start": 874245836,
            "stop": 874245979
        },
        {
            "start": 874245998,
            "stop": 874246071
        }
    ]
}