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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=90",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 91,
    "results": [
        {
            "start": 1263856775,
            "stop": 1263861347
        },
        {
            "start": 1263861348,
            "stop": 1263864913
        },
        {
            "start": 1263864914,
            "stop": 1263864935
        },
        {
            "start": 1263864936,
            "stop": 1263864938
        },
        {
            "start": 1263864939,
            "stop": 1263864942
        },
        {
            "start": 1263864943,
            "stop": 1263864946
        },
        {
            "start": 1263864947,
            "stop": 1263864948
        },
        {
            "start": 1263864949,
            "stop": 1263864960
        },
        {
            "start": 1263864965,
            "stop": 1263864967
        },
        {
            "start": 1263864968,
            "stop": 1263864975
        },
        {
            "start": 1263864977,
            "stop": 1263864998
        },
        {
            "start": 1263864999,
            "stop": 1263865016
        },
        {
            "start": 1263865019,
            "stop": 1263865034
        },
        {
            "start": 1263865035,
            "stop": 1263865042
        },
        {
            "start": 1263865043,
            "stop": 1263865045
        },
        {
            "start": 1263865046,
            "stop": 1263865053
        },
        {
            "start": 1263865056,
            "stop": 1263876476
        },
        {
            "start": 1263876477,
            "stop": 1263876484
        },
        {
            "start": 1263876486,
            "stop": 1263876625
        },
        {
            "start": 1263876629,
            "stop": 1263876650
        }
    ]
}