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=111
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=112",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=110",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 111,
    "results": [
        {
            "start": 1131152333,
            "stop": 1131152393
        },
        {
            "start": 1131152394,
            "stop": 1131152502
        },
        {
            "start": 1131152503,
            "stop": 1131152537
        },
        {
            "start": 1131152538,
            "stop": 1131152545
        },
        {
            "start": 1131152546,
            "stop": 1131152571
        },
        {
            "start": 1131152572,
            "stop": 1131152633
        },
        {
            "start": 1131152634,
            "stop": 1131152659
        },
        {
            "start": 1131152661,
            "stop": 1131152677
        },
        {
            "start": 1131152678,
            "stop": 1131152688
        },
        {
            "start": 1131152689,
            "stop": 1131152700
        },
        {
            "start": 1131152701,
            "stop": 1131152759
        },
        {
            "start": 1131152760,
            "stop": 1131152797
        },
        {
            "start": 1131152798,
            "stop": 1131152892
        },
        {
            "start": 1131152893,
            "stop": 1131152971
        },
        {
            "start": 1131152972,
            "stop": 1131152985
        },
        {
            "start": 1131152986,
            "stop": 1131153191
        },
        {
            "start": 1131153192,
            "stop": 1131153193
        },
        {
            "start": 1131153194,
            "stop": 1131153260
        },
        {
            "start": 1131153261,
            "stop": 1131153263
        },
        {
            "start": 1131153264,
            "stop": 1131153347
        }
    ]
}