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=112
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=113",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=111",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 112,
    "results": [
        {
            "start": 1131153348,
            "stop": 1131153354
        },
        {
            "start": 1131153355,
            "stop": 1131153372
        },
        {
            "start": 1131153373,
            "stop": 1131153385
        },
        {
            "start": 1131153386,
            "stop": 1131153408
        },
        {
            "start": 1131153409,
            "stop": 1131153418
        },
        {
            "start": 1131153419,
            "stop": 1131153441
        },
        {
            "start": 1131153442,
            "stop": 1131153455
        },
        {
            "start": 1131153457,
            "stop": 1131153460
        },
        {
            "start": 1131153461,
            "stop": 1131153479
        },
        {
            "start": 1131153480,
            "stop": 1131153528
        },
        {
            "start": 1131153529,
            "stop": 1131153531
        },
        {
            "start": 1131153532,
            "stop": 1131153549
        },
        {
            "start": 1131153550,
            "stop": 1131153561
        },
        {
            "start": 1131153562,
            "stop": 1131153595
        },
        {
            "start": 1131153596,
            "stop": 1131153658
        },
        {
            "start": 1131153659,
            "stop": 1131153732
        },
        {
            "start": 1131153733,
            "stop": 1131153742
        },
        {
            "start": 1131153743,
            "stop": 1131153880
        },
        {
            "start": 1131153881,
            "stop": 1131153901
        },
        {
            "start": 1131153902,
            "stop": 1131153918
        }
    ]
}