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=4644
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=4645",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4643",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4644,
    "results": [
        {
            "start": 874255520,
            "stop": 874255553
        },
        {
            "start": 874255622,
            "stop": 874255655
        },
        {
            "start": 874255674,
            "stop": 874255686
        },
        {
            "start": 874255724,
            "stop": 874255747
        },
        {
            "start": 874255766,
            "stop": 874255772
        },
        {
            "start": 874255791,
            "stop": 874255883
        },
        {
            "start": 874255902,
            "stop": 874255917
        },
        {
            "start": 874255940,
            "stop": 874255963
        },
        {
            "start": 874255982,
            "stop": 874256004
        },
        {
            "start": 874256033,
            "stop": 874256043
        },
        {
            "start": 874256077,
            "stop": 874256084
        },
        {
            "start": 874256103,
            "stop": 874256145
        },
        {
            "start": 874256220,
            "stop": 874256231
        },
        {
            "start": 874256253,
            "stop": 874256280
        },
        {
            "start": 874256354,
            "stop": 874256400
        },
        {
            "start": 874256435,
            "stop": 874256460
        },
        {
            "start": 874256479,
            "stop": 874256494
        },
        {
            "start": 874256526,
            "stop": 874256629
        },
        {
            "start": 874256699,
            "stop": 874256730
        },
        {
            "start": 874256749,
            "stop": 874256784
        }
    ]
}