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=5257
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=5258",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5256",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5257,
    "results": [
        {
            "start": 1136391229,
            "stop": 1136391233
        },
        {
            "start": 1136391235,
            "stop": 1136391242
        },
        {
            "start": 1136391244,
            "stop": 1136391273
        },
        {
            "start": 1136391275,
            "stop": 1136391278
        },
        {
            "start": 1136391280,
            "stop": 1136391286
        },
        {
            "start": 1136391288,
            "stop": 1136391320
        },
        {
            "start": 1136391322,
            "stop": 1136391340
        },
        {
            "start": 1136391342,
            "stop": 1136391348
        },
        {
            "start": 1136391350,
            "stop": 1136391351
        },
        {
            "start": 1136391353,
            "stop": 1136391361
        },
        {
            "start": 1136391363,
            "stop": 1136391370
        },
        {
            "start": 1136391374,
            "stop": 1136391453
        },
        {
            "start": 1136391455,
            "stop": 1136391457
        },
        {
            "start": 1136391459,
            "stop": 1136391485
        },
        {
            "start": 1136391487,
            "stop": 1136391496
        },
        {
            "start": 1136391498,
            "stop": 1136391501
        },
        {
            "start": 1136391503,
            "stop": 1136391514
        },
        {
            "start": 1136391516,
            "stop": 1136391543
        },
        {
            "start": 1136391546,
            "stop": 1136391566
        },
        {
            "start": 1136391571,
            "stop": 1136391650
        }
    ]
}