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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=390",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=388",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 389,
    "results": [
        {
            "start": 1183158405,
            "stop": 1183158409
        },
        {
            "start": 1183158413,
            "stop": 1183158414
        },
        {
            "start": 1183158415,
            "stop": 1183158785
        },
        {
            "start": 1183158790,
            "stop": 1183158792
        },
        {
            "start": 1183158796,
            "stop": 1183158803
        },
        {
            "start": 1183158807,
            "stop": 1183158816
        },
        {
            "start": 1183158817,
            "stop": 1183159798
        },
        {
            "start": 1183159802,
            "stop": 1183160201
        },
        {
            "start": 1183160202,
            "stop": 1183160206
        },
        {
            "start": 1183160211,
            "stop": 1183161373
        },
        {
            "start": 1183161379,
            "stop": 1183161381
        },
        {
            "start": 1183161391,
            "stop": 1183161402
        },
        {
            "start": 1183161412,
            "stop": 1183161428
        },
        {
            "start": 1183164670,
            "stop": 1183169130
        },
        {
            "start": 1183169134,
            "stop": 1183175579
        },
        {
            "start": 1183175767,
            "stop": 1183199417
        },
        {
            "start": 1183199418,
            "stop": 1183199802
        },
        {
            "start": 1183199804,
            "stop": 1183212996
        },
        {
            "start": 1183212998,
            "stop": 1183222860
        },
        {
            "start": 1183222980,
            "stop": 1183223025
        }
    ]
}