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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=68",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 69,
    "results": [
        {
            "start": 1370788954,
            "stop": 1370789549
        },
        {
            "start": 1370789551,
            "stop": 1370790827
        },
        {
            "start": 1370790828,
            "stop": 1370791702
        },
        {
            "start": 1370791704,
            "stop": 1370792985
        },
        {
            "start": 1370792987,
            "stop": 1370793426
        },
        {
            "start": 1370793427,
            "stop": 1370793703
        },
        {
            "start": 1370793705,
            "stop": 1370794950
        },
        {
            "start": 1370794951,
            "stop": 1370795595
        },
        {
            "start": 1370795597,
            "stop": 1370796936
        },
        {
            "start": 1370796938,
            "stop": 1370797108
        },
        {
            "start": 1370797109,
            "stop": 1370797736
        },
        {
            "start": 1370797738,
            "stop": 1370799332
        },
        {
            "start": 1370799334,
            "stop": 1370799961
        },
        {
            "start": 1370799963,
            "stop": 1370800768
        },
        {
            "start": 1370805947,
            "stop": 1370808231
        },
        {
            "start": 1370808233,
            "stop": 1370809112
        },
        {
            "start": 1370809115,
            "stop": 1370810385
        },
        {
            "start": 1370810387,
            "stop": 1370811544
        },
        {
            "start": 1370811546,
            "stop": 1370813028
        },
        {
            "start": 1370813030,
            "stop": 1370813506
        }
    ]
}