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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=13",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 14,
    "results": [
        {
            "start": 1126245724,
            "stop": 1126245963
        },
        {
            "start": 1126256829,
            "stop": 1126256981
        },
        {
            "start": 1126256983,
            "stop": 1126257299
        },
        {
            "start": 1126257300,
            "stop": 1126257412
        },
        {
            "start": 1126257414,
            "stop": 1126257441
        },
        {
            "start": 1126257443,
            "stop": 1126258360
        },
        {
            "start": 1126258361,
            "stop": 1126258821
        },
        {
            "start": 1126258823,
            "stop": 1126259282
        },
        {
            "start": 1126259283,
            "stop": 1126261122
        },
        {
            "start": 1126261123,
            "stop": 1126262501
        },
        {
            "start": 1126262503,
            "stop": 1126263085
        },
        {
            "start": 1126263086,
            "stop": 1126263881
        },
        {
            "start": 1126263882,
            "stop": 1126264341
        },
        {
            "start": 1126264343,
            "stop": 1126264688
        },
        {
            "start": 1126264689,
            "stop": 1126264691
        },
        {
            "start": 1126301250,
            "stop": 1126301278
        },
        {
            "start": 1126301279,
            "stop": 1126301362
        },
        {
            "start": 1126301364,
            "stop": 1126301382
        },
        {
            "start": 1126301683,
            "stop": 1126301781
        },
        {
            "start": 1126301783,
            "stop": 1126301897
        }
    ]
}