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/L1_BURST_CAT1/segments?format=api&page=515
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=516",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=514",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 515,
    "results": [
        {
            "start": 867445011,
            "stop": 867445839
        },
        {
            "start": 867454530,
            "stop": 867454676
        },
        {
            "start": 867454809,
            "stop": 867462090
        },
        {
            "start": 867462183,
            "stop": 867478031
        },
        {
            "start": 867478034,
            "stop": 867478063
        },
        {
            "start": 867478065,
            "stop": 867487528
        },
        {
            "start": 867495195,
            "stop": 867499189
        },
        {
            "start": 867499381,
            "stop": 867500462
        },
        {
            "start": 867500464,
            "stop": 867502690
        },
        {
            "start": 867502692,
            "stop": 867502697
        },
        {
            "start": 867502699,
            "stop": 867503536
        },
        {
            "start": 867506176,
            "stop": 867506211
        },
        {
            "start": 867506213,
            "stop": 867507111
        },
        {
            "start": 867530444,
            "stop": 867532123
        },
        {
            "start": 867532207,
            "stop": 867533538
        },
        {
            "start": 867534861,
            "stop": 867536005
        },
        {
            "start": 867549674,
            "stop": 867550074
        },
        {
            "start": 867550076,
            "stop": 867550301
        },
        {
            "start": 867551034,
            "stop": 867552455
        },
        {
            "start": 867552563,
            "stop": 867567975
        }
    ]
}