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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1102",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1100",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1101,
    "results": [
        {
            "start": 1136416097,
            "stop": 1136416143
        },
        {
            "start": 1136416147,
            "stop": 1136416172
        },
        {
            "start": 1136416177,
            "stop": 1136416290
        },
        {
            "start": 1136416293,
            "stop": 1136416590
        },
        {
            "start": 1136416594,
            "stop": 1136416661
        },
        {
            "start": 1136416664,
            "stop": 1136416706
        },
        {
            "start": 1136416710,
            "stop": 1136416820
        },
        {
            "start": 1136416824,
            "stop": 1136416861
        },
        {
            "start": 1136416864,
            "stop": 1136416900
        },
        {
            "start": 1136416903,
            "stop": 1136417013
        },
        {
            "start": 1136417016,
            "stop": 1136417162
        },
        {
            "start": 1136417171,
            "stop": 1136417194
        },
        {
            "start": 1136417197,
            "stop": 1136417298
        },
        {
            "start": 1136417302,
            "stop": 1136417680
        },
        {
            "start": 1136417684,
            "stop": 1136417691
        },
        {
            "start": 1136417695,
            "stop": 1136417999
        },
        {
            "start": 1136418003,
            "stop": 1136418006
        },
        {
            "start": 1136418009,
            "stop": 1136418011
        },
        {
            "start": 1136418014,
            "stop": 1136418042
        },
        {
            "start": 1136418045,
            "stop": 1136418193
        }
    ]
}