Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4b/timelines/H1_CBC_CAT3/segments?format=api&page=25
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT3/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT3/segments?format=api&page=24",
    "results_count": 956,
    "results_per_page": 20,
    "num_pages": 48,
    "page_number": 25,
    "results": [
        {
            "start": 1411101923,
            "stop": 1411140724
        },
        {
            "start": 1411151989,
            "stop": 1411161477
        },
        {
            "start": 1411164781,
            "stop": 1411178341
        },
        {
            "start": 1411178918,
            "stop": 1411181110
        },
        {
            "start": 1411181638,
            "stop": 1411222944
        },
        {
            "start": 1411255548,
            "stop": 1411257318
        },
        {
            "start": 1411257348,
            "stop": 1411261006
        },
        {
            "start": 1411261077,
            "stop": 1411262189
        },
        {
            "start": 1411283290,
            "stop": 1411283382
        },
        {
            "start": 1411292488,
            "stop": 1411297875
        },
        {
            "start": 1411315533,
            "stop": 1411321612
        },
        {
            "start": 1411326539,
            "stop": 1411327283
        },
        {
            "start": 1411327445,
            "stop": 1411331401
        },
        {
            "start": 1411355385,
            "stop": 1411365061
        },
        {
            "start": 1411370401,
            "stop": 1411371411
        },
        {
            "start": 1411374962,
            "stop": 1411382804
        },
        {
            "start": 1411387353,
            "stop": 1411395431
        },
        {
            "start": 1411433955,
            "stop": 1411445331
        },
        {
            "start": 1411450285,
            "stop": 1411456221
        },
        {
            "start": 1411460975,
            "stop": 1411472849
        }
    ]
}