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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7009",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7007",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7008,
    "results": [
        {
            "start": 873892156,
            "stop": 873894840
        },
        {
            "start": 873894845,
            "stop": 873894900
        },
        {
            "start": 873895020,
            "stop": 873895681
        },
        {
            "start": 873895684,
            "stop": 873895740
        },
        {
            "start": 873895800,
            "stop": 873896227
        },
        {
            "start": 873896230,
            "stop": 873896589
        },
        {
            "start": 873896592,
            "stop": 873896603
        },
        {
            "start": 873896606,
            "stop": 873896664
        },
        {
            "start": 873896667,
            "stop": 873897338
        },
        {
            "start": 873897341,
            "stop": 873897345
        },
        {
            "start": 873897348,
            "stop": 873897362
        },
        {
            "start": 873897365,
            "stop": 873897373
        },
        {
            "start": 873897376,
            "stop": 873897552
        },
        {
            "start": 873897555,
            "stop": 873897588
        },
        {
            "start": 873897591,
            "stop": 873897731
        },
        {
            "start": 873897734,
            "stop": 873897800
        },
        {
            "start": 873897803,
            "stop": 873899156
        },
        {
            "start": 873899159,
            "stop": 873899408
        },
        {
            "start": 873899411,
            "stop": 873899768
        },
        {
            "start": 873899770,
            "stop": 873900845
        }
    ]
}