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=330
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=331",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=329",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 330,
    "results": [
        {
            "start": 821161650,
            "stop": 821162006
        },
        {
            "start": 821162025,
            "stop": 821162275
        },
        {
            "start": 821162278,
            "stop": 821162486
        },
        {
            "start": 821162505,
            "stop": 821162769
        },
        {
            "start": 821162889,
            "stop": 821163014
        },
        {
            "start": 821163033,
            "stop": 821163048
        },
        {
            "start": 821163067,
            "stop": 821163096
        },
        {
            "start": 821163115,
            "stop": 821163145
        },
        {
            "start": 821163164,
            "stop": 821163207
        },
        {
            "start": 821163226,
            "stop": 821163248
        },
        {
            "start": 821163267,
            "stop": 821163369
        },
        {
            "start": 821163388,
            "stop": 821163420
        },
        {
            "start": 821163439,
            "stop": 821163457
        },
        {
            "start": 821163476,
            "stop": 821163959
        },
        {
            "start": 821163978,
            "stop": 821164283
        },
        {
            "start": 821164302,
            "stop": 821164464
        },
        {
            "start": 821164483,
            "stop": 821164525
        },
        {
            "start": 821164544,
            "stop": 821164569
        },
        {
            "start": 821164595,
            "stop": 821164606
        },
        {
            "start": 821164625,
            "stop": 821164715
        }
    ]
}