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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7558",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7556",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7557,
    "results": [
        {
            "start": 970422834,
            "stop": 970423061
        },
        {
            "start": 970423064,
            "stop": 970423075
        },
        {
            "start": 970423078,
            "stop": 970423107
        },
        {
            "start": 970423111,
            "stop": 970423183
        },
        {
            "start": 970423186,
            "stop": 970423196
        },
        {
            "start": 970423199,
            "stop": 970423246
        },
        {
            "start": 970423252,
            "stop": 970423281
        },
        {
            "start": 970423284,
            "stop": 970423298
        },
        {
            "start": 970423301,
            "stop": 970423407
        },
        {
            "start": 970423413,
            "stop": 970423419
        },
        {
            "start": 970423441,
            "stop": 970423452
        },
        {
            "start": 970423458,
            "stop": 970423505
        },
        {
            "start": 970423508,
            "stop": 970423526
        },
        {
            "start": 970423529,
            "stop": 970423541
        },
        {
            "start": 970423544,
            "stop": 970423587
        },
        {
            "start": 970423592,
            "stop": 970423624
        },
        {
            "start": 970423627,
            "stop": 970423734
        },
        {
            "start": 970423737,
            "stop": 970423743
        },
        {
            "start": 970423748,
            "stop": 970423787
        },
        {
            "start": 970423792,
            "stop": 970423839
        }
    ]
}