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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=558",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=556",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 557,
    "results": [
        {
            "start": 827260346,
            "stop": 827261120
        },
        {
            "start": 827261123,
            "stop": 827263896
        },
        {
            "start": 827263915,
            "stop": 827263918
        },
        {
            "start": 827263950,
            "stop": 827264336
        },
        {
            "start": 827264340,
            "stop": 827264460
        },
        {
            "start": 827264520,
            "stop": 827265359
        },
        {
            "start": 827265362,
            "stop": 827267500
        },
        {
            "start": 827269402,
            "stop": 827269666
        },
        {
            "start": 827269670,
            "stop": 827269733
        },
        {
            "start": 827269737,
            "stop": 827269801
        },
        {
            "start": 827269804,
            "stop": 827269861
        },
        {
            "start": 827269865,
            "stop": 827270818
        },
        {
            "start": 827270821,
            "stop": 827271874
        },
        {
            "start": 827271877,
            "stop": 827272257
        },
        {
            "start": 827272274,
            "stop": 827272413
        },
        {
            "start": 827272416,
            "stop": 827272907
        },
        {
            "start": 827272910,
            "stop": 827273995
        },
        {
            "start": 827273998,
            "stop": 827274917
        },
        {
            "start": 827275217,
            "stop": 827275266
        },
        {
            "start": 827275285,
            "stop": 827275308
        }
    ]
}