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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=311",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=309",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 310,
    "results": [
        {
            "start": 821162863,
            "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
        },
        {
            "start": 821164734,
            "stop": 821164912
        },
        {
            "start": 821164950,
            "stop": 821165024
        },
        {
            "start": 821165045,
            "stop": 821165138
        },
        {
            "start": 821165167,
            "stop": 821165243
        }
    ]
}