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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=285",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=283",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 284,
    "results": [
        {
            "start": 821170817,
            "stop": 821172813
        },
        {
            "start": 821172816,
            "stop": 821172831
        },
        {
            "start": 821172834,
            "stop": 821173554
        },
        {
            "start": 821173557,
            "stop": 821173755
        },
        {
            "start": 821173758,
            "stop": 821173903
        },
        {
            "start": 821173906,
            "stop": 821173992
        },
        {
            "start": 821173995,
            "stop": 821174357
        },
        {
            "start": 821174361,
            "stop": 821174407
        },
        {
            "start": 821174410,
            "stop": 821174503
        },
        {
            "start": 821174506,
            "stop": 821174513
        },
        {
            "start": 821174711,
            "stop": 821174778
        },
        {
            "start": 821174781,
            "stop": 821174788
        },
        {
            "start": 821174791,
            "stop": 821175504
        },
        {
            "start": 821175507,
            "stop": 821175640
        },
        {
            "start": 821175643,
            "stop": 821175857
        },
        {
            "start": 821175860,
            "stop": 821177425
        },
        {
            "start": 821177428,
            "stop": 821179767
        },
        {
            "start": 821179770,
            "stop": 821179848
        },
        {
            "start": 821179851,
            "stop": 821179858
        },
        {
            "start": 821179861,
            "stop": 821180171
        }
    ]
}