Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=47
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=46",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 47,
    "results": [
        {
            "start": 821581494,
            "stop": 821582810
        },
        {
            "start": 821585481,
            "stop": 821586078
        },
        {
            "start": 821586398,
            "stop": 821587383
        },
        {
            "start": 821587783,
            "stop": 821587857
        },
        {
            "start": 821589207,
            "stop": 821589394
        },
        {
            "start": 821590627,
            "stop": 821591907
        },
        {
            "start": 821593374,
            "stop": 821593743
        },
        {
            "start": 821594143,
            "stop": 821597443
        },
        {
            "start": 821598205,
            "stop": 821598661
        },
        {
            "start": 821599061,
            "stop": 821600258
        },
        {
            "start": 821601688,
            "stop": 821601889
        },
        {
            "start": 821603974,
            "stop": 821612578
        },
        {
            "start": 821620374,
            "stop": 821621446
        },
        {
            "start": 821623279,
            "stop": 821629349
        },
        {
            "start": 821629669,
            "stop": 821629866
        },
        {
            "start": 821630631,
            "stop": 821635226
        },
        {
            "start": 821635687,
            "stop": 821635693
        },
        {
            "start": 821636271,
            "stop": 821641311
        },
        {
            "start": 821641846,
            "stop": 821642013
        },
        {
            "start": 821642015,
            "stop": 821644032
        }
    ]
}