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=285
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=286",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=284",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 285,
    "results": [
        {
            "start": 841281120,
            "stop": 841281151
        },
        {
            "start": 841281152,
            "stop": 841281436
        },
        {
            "start": 841281438,
            "stop": 841281450
        },
        {
            "start": 841281452,
            "stop": 841281533
        },
        {
            "start": 841281535,
            "stop": 841281796
        },
        {
            "start": 841281798,
            "stop": 841282366
        },
        {
            "start": 841282491,
            "stop": 841282549
        },
        {
            "start": 841282616,
            "stop": 841282810
        },
        {
            "start": 841282811,
            "stop": 841283002
        },
        {
            "start": 841283005,
            "stop": 841283120
        },
        {
            "start": 841283123,
            "stop": 841283207
        },
        {
            "start": 841283209,
            "stop": 841283354
        },
        {
            "start": 841283355,
            "stop": 841283589
        },
        {
            "start": 841283590,
            "stop": 841284228
        },
        {
            "start": 841284229,
            "stop": 841284230
        },
        {
            "start": 841284233,
            "stop": 841284594
        },
        {
            "start": 841284596,
            "stop": 841284695
        },
        {
            "start": 841284697,
            "stop": 841286192
        },
        {
            "start": 841286193,
            "stop": 841286272
        },
        {
            "start": 841286274,
            "stop": 841286898
        }
    ]
}