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=354
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=355",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=353",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 354,
    "results": [
        {
            "start": 818252180,
            "stop": 818252182
        },
        {
            "start": 818252197,
            "stop": 818252208
        },
        {
            "start": 818252211,
            "stop": 818252215
        },
        {
            "start": 818252218,
            "stop": 818252220
        },
        {
            "start": 818252229,
            "stop": 818252232
        },
        {
            "start": 818252235,
            "stop": 818252239
        },
        {
            "start": 818252245,
            "stop": 818252246
        },
        {
            "start": 818252269,
            "stop": 818252270
        },
        {
            "start": 818252275,
            "stop": 818252277
        },
        {
            "start": 818252284,
            "stop": 818252288
        },
        {
            "start": 818252294,
            "stop": 818252297
        },
        {
            "start": 818252307,
            "stop": 818252309
        },
        {
            "start": 818252318,
            "stop": 818252325
        },
        {
            "start": 818252328,
            "stop": 818252333
        },
        {
            "start": 818252337,
            "stop": 818252338
        },
        {
            "start": 818252343,
            "stop": 818252344
        },
        {
            "start": 818252358,
            "stop": 818252363
        },
        {
            "start": 818252371,
            "stop": 818252372
        },
        {
            "start": 818252384,
            "stop": 818252386
        },
        {
            "start": 818252395,
            "stop": 818252397
        }
    ]
}