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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=767",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=765",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 766,
    "results": [
        {
            "start": 957260923,
            "stop": 957260949
        },
        {
            "start": 957260955,
            "stop": 957261073
        },
        {
            "start": 957261079,
            "stop": 957261359
        },
        {
            "start": 957261365,
            "stop": 957261815
        },
        {
            "start": 957261821,
            "stop": 957261950
        },
        {
            "start": 957261955,
            "stop": 957262566
        },
        {
            "start": 957262572,
            "stop": 957262775
        },
        {
            "start": 957262781,
            "stop": 957262893
        },
        {
            "start": 957262899,
            "stop": 957263064
        },
        {
            "start": 957263070,
            "stop": 957263531
        },
        {
            "start": 957263537,
            "stop": 957263715
        },
        {
            "start": 957263721,
            "stop": 957264412
        },
        {
            "start": 957264418,
            "stop": 957264530
        },
        {
            "start": 957264536,
            "stop": 957265050
        },
        {
            "start": 957265056,
            "stop": 957265177
        },
        {
            "start": 957265183,
            "stop": 957265865
        },
        {
            "start": 957265871,
            "stop": 957265955
        },
        {
            "start": 957265961,
            "stop": 957266054
        },
        {
            "start": 957266060,
            "stop": 957266416
        },
        {
            "start": 957266422,
            "stop": 957266423
        }
    ]
}