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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=128",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=126",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 127,
    "results": [
        {
            "start": 1412572927,
            "stop": 1412573410
        },
        {
            "start": 1412573422,
            "stop": 1412574022
        },
        {
            "start": 1412574034,
            "stop": 1412577689
        },
        {
            "start": 1412577826,
            "stop": 1412579939
        },
        {
            "start": 1412579942,
            "stop": 1412580068
        },
        {
            "start": 1414287415,
            "stop": 1414288482
        },
        {
            "start": 1414295617,
            "stop": 1414298328
        },
        {
            "start": 1414298331,
            "stop": 1414298459
        },
        {
            "start": 1414300748,
            "stop": 1414302292
        },
        {
            "start": 1414302295,
            "stop": 1414302981
        },
        {
            "start": 1414302986,
            "stop": 1414308622
        },
        {
            "start": 1414308625,
            "stop": 1414325743
        },
        {
            "start": 1414325748,
            "stop": 1414332258
        },
        {
            "start": 1414332558,
            "stop": 1414334329
        },
        {
            "start": 1414335547,
            "stop": 1414337385
        },
        {
            "start": 1414369449,
            "stop": 1414371838
        },
        {
            "start": 1414371841,
            "stop": 1414381884
        },
        {
            "start": 1414381887,
            "stop": 1414381892
        },
        {
            "start": 1414384517,
            "stop": 1414387683
        },
        {
            "start": 1414387685,
            "stop": 1414388808
        }
    ]
}