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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16562",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16560",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16561,
    "results": [
        {
            "start": 874680920,
            "stop": 874680964
        },
        {
            "start": 874680966,
            "stop": 874681050
        },
        {
            "start": 874681052,
            "stop": 874681167
        },
        {
            "start": 874681168,
            "stop": 874681434
        },
        {
            "start": 874681436,
            "stop": 874681437
        },
        {
            "start": 874681438,
            "stop": 874681466
        },
        {
            "start": 874681468,
            "stop": 874681546
        },
        {
            "start": 874681547,
            "stop": 874681623
        },
        {
            "start": 874681625,
            "stop": 874681645
        },
        {
            "start": 874681646,
            "stop": 874681719
        },
        {
            "start": 874681721,
            "stop": 874681742
        },
        {
            "start": 874681745,
            "stop": 874681905
        },
        {
            "start": 874681907,
            "stop": 874681953
        },
        {
            "start": 874681955,
            "stop": 874682028
        },
        {
            "start": 874682033,
            "stop": 874682087
        },
        {
            "start": 874682088,
            "stop": 874682107
        },
        {
            "start": 874682108,
            "stop": 874682135
        },
        {
            "start": 874682136,
            "stop": 874682184
        },
        {
            "start": 874682185,
            "stop": 874682261
        },
        {
            "start": 874682262,
            "stop": 874682291
        }
    ]
}