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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT2/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT2/segments?format=api&page=2",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 3,
    "results": [
        {
            "start": 1397103662,
            "stop": 1397114324
        },
        {
            "start": 1397114872,
            "stop": 1397117882
        },
        {
            "start": 1397117883,
            "stop": 1397125272
        },
        {
            "start": 1397128408,
            "stop": 1397132890
        },
        {
            "start": 1397132894,
            "stop": 1397154662
        },
        {
            "start": 1397154670,
            "stop": 1397154726
        },
        {
            "start": 1397155305,
            "stop": 1397165107
        },
        {
            "start": 1397178610,
            "stop": 1397181593
        },
        {
            "start": 1397192916,
            "stop": 1397195441
        },
        {
            "start": 1397195442,
            "stop": 1397196413
        },
        {
            "start": 1397196425,
            "stop": 1397201022
        },
        {
            "start": 1397205967,
            "stop": 1397210009
        },
        {
            "start": 1397210013,
            "stop": 1397217673
        },
        {
            "start": 1397217677,
            "stop": 1397217805
        },
        {
            "start": 1397217809,
            "stop": 1397218629
        },
        {
            "start": 1397218632,
            "stop": 1397219121
        },
        {
            "start": 1397219122,
            "stop": 1397219385
        },
        {
            "start": 1397219389,
            "stop": 1397219564
        },
        {
            "start": 1397219566,
            "stop": 1397221081
        },
        {
            "start": 1397221093,
            "stop": 1397221141
        }
    ]
}