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=317
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=318",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=316",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 317,
    "results": [
        {
            "start": 821236808,
            "stop": 821236926
        },
        {
            "start": 821236945,
            "stop": 821237223
        },
        {
            "start": 821237242,
            "stop": 821237400
        },
        {
            "start": 821237435,
            "stop": 821237450
        },
        {
            "start": 821237469,
            "stop": 821237560
        },
        {
            "start": 821237589,
            "stop": 821237941
        },
        {
            "start": 821237960,
            "stop": 821238241
        },
        {
            "start": 821238260,
            "stop": 821238317
        },
        {
            "start": 821238336,
            "stop": 821238449
        },
        {
            "start": 821238468,
            "stop": 821238599
        },
        {
            "start": 821238618,
            "stop": 821238927
        },
        {
            "start": 821238946,
            "stop": 821238995
        },
        {
            "start": 821239014,
            "stop": 821239037
        },
        {
            "start": 821239064,
            "stop": 821239134
        },
        {
            "start": 821239153,
            "stop": 821239234
        },
        {
            "start": 821239684,
            "stop": 821239698
        },
        {
            "start": 821239717,
            "stop": 821239834
        },
        {
            "start": 821239853,
            "stop": 821240168
        },
        {
            "start": 821240187,
            "stop": 821240244
        },
        {
            "start": 821240263,
            "stop": 821240297
        }
    ]
}