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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=74",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 75,
    "results": [
        {
            "start": 828029659,
            "stop": 828030221
        },
        {
            "start": 828030999,
            "stop": 828031284
        },
        {
            "start": 828031373,
            "stop": 828031596
        },
        {
            "start": 828031690,
            "stop": 828031748
        },
        {
            "start": 828032151,
            "stop": 828032157
        },
        {
            "start": 828032309,
            "stop": 828047199
        },
        {
            "start": 828047337,
            "stop": 828058869
        },
        {
            "start": 828059109,
            "stop": 828060995
        },
        {
            "start": 828063350,
            "stop": 828063831
        },
        {
            "start": 828064084,
            "stop": 828066793
        },
        {
            "start": 828067558,
            "stop": 828082164
        },
        {
            "start": 828083014,
            "stop": 828094175
        },
        {
            "start": 828095190,
            "stop": 828099057
        },
        {
            "start": 828100413,
            "stop": 828104776
        },
        {
            "start": 828105772,
            "stop": 828106733
        },
        {
            "start": 828175034,
            "stop": 828182026
        },
        {
            "start": 828182822,
            "stop": 828183855
        },
        {
            "start": 828183950,
            "stop": 828185456
        },
        {
            "start": 828191233,
            "stop": 828191402
        },
        {
            "start": 828263738,
            "stop": 828265351
        }
    ]
}