Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=402
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=403",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=401",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 402,
    "results": [
        {
            "start": 935443692,
            "stop": 935443997
        },
        {
            "start": 935453782,
            "stop": 935456758
        },
        {
            "start": 935456819,
            "stop": 935460320
        },
        {
            "start": 935464161,
            "stop": 935475997
        },
        {
            "start": 935478488,
            "stop": 935491262
        },
        {
            "start": 935494493,
            "stop": 935494792
        },
        {
            "start": 935495170,
            "stop": 935497404
        },
        {
            "start": 935500148,
            "stop": 935500289
        },
        {
            "start": 935500292,
            "stop": 935500305
        },
        {
            "start": 935500307,
            "stop": 935500424
        },
        {
            "start": 935500427,
            "stop": 935500940
        },
        {
            "start": 935502150,
            "stop": 935517438
        },
        {
            "start": 935557148,
            "stop": 935558815
        },
        {
            "start": 935560001,
            "stop": 935561718
        },
        {
            "start": 935564063,
            "stop": 935570677
        },
        {
            "start": 935572280,
            "stop": 935573327
        },
        {
            "start": 935574302,
            "stop": 935575891
        },
        {
            "start": 935578012,
            "stop": 935582310
        },
        {
            "start": 935582312,
            "stop": 935586466
        },
        {
            "start": 935589327,
            "stop": 935596791
        }
    ]
}