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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=419",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=417",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 418,
    "results": [
        {
            "start": 854676784,
            "stop": 854676916
        },
        {
            "start": 854676918,
            "stop": 854680927
        },
        {
            "start": 854681447,
            "stop": 854681521
        },
        {
            "start": 854698775,
            "stop": 854704766
        },
        {
            "start": 854704768,
            "stop": 854710975
        },
        {
            "start": 854710976,
            "stop": 854719487
        },
        {
            "start": 854724572,
            "stop": 854724889
        },
        {
            "start": 854725138,
            "stop": 854725633
        },
        {
            "start": 854726493,
            "stop": 854730499
        },
        {
            "start": 854730578,
            "stop": 854744769
        },
        {
            "start": 854746936,
            "stop": 854748342
        },
        {
            "start": 854749503,
            "stop": 854749505
        },
        {
            "start": 854749509,
            "stop": 854749512
        },
        {
            "start": 854749517,
            "stop": 854749518
        },
        {
            "start": 854749522,
            "stop": 854749525
        },
        {
            "start": 854749530,
            "stop": 854749535
        },
        {
            "start": 854749537,
            "stop": 854749546
        },
        {
            "start": 854749550,
            "stop": 854749552
        },
        {
            "start": 854749555,
            "stop": 854757528
        },
        {
            "start": 854757590,
            "stop": 854759400
        }
    ]
}