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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=142",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=140",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 141,
    "results": [
        {
            "start": 1131166621,
            "stop": 1131166657
        },
        {
            "start": 1131166659,
            "stop": 1131166671
        },
        {
            "start": 1131166672,
            "stop": 1131166692
        },
        {
            "start": 1131166693,
            "stop": 1131166700
        },
        {
            "start": 1131166701,
            "stop": 1131166733
        },
        {
            "start": 1131166734,
            "stop": 1131166741
        },
        {
            "start": 1131166742,
            "stop": 1131166757
        },
        {
            "start": 1131166758,
            "stop": 1131166771
        },
        {
            "start": 1131166772,
            "stop": 1131166795
        },
        {
            "start": 1131166796,
            "stop": 1131166798
        },
        {
            "start": 1131166799,
            "stop": 1131166836
        },
        {
            "start": 1131166837,
            "stop": 1131166859
        },
        {
            "start": 1131166860,
            "stop": 1131166888
        },
        {
            "start": 1131166889,
            "stop": 1131166928
        },
        {
            "start": 1131166929,
            "stop": 1131166952
        },
        {
            "start": 1131166953,
            "stop": 1131166966
        },
        {
            "start": 1131166967,
            "stop": 1131166994
        },
        {
            "start": 1131166995,
            "stop": 1131167007
        },
        {
            "start": 1131167008,
            "stop": 1131167038
        },
        {
            "start": 1131167039,
            "stop": 1131167061
        }
    ]
}