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=336
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=337",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=335",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 336,
    "results": [
        {
            "start": 821235566,
            "stop": 821235636
        },
        {
            "start": 821235891,
            "stop": 821235964
        },
        {
            "start": 821235983,
            "stop": 821236129
        },
        {
            "start": 821236148,
            "stop": 821236194
        },
        {
            "start": 821236213,
            "stop": 821236348
        },
        {
            "start": 821236367,
            "stop": 821236536
        },
        {
            "start": 821236555,
            "stop": 821236789
        },
        {
            "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
        }
    ]
}