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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5213",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5211",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5212,
    "results": [
        {
            "start": 1137043387,
            "stop": 1137043406
        },
        {
            "start": 1137043408,
            "stop": 1137043417
        },
        {
            "start": 1137043418,
            "stop": 1137043434
        },
        {
            "start": 1137043436,
            "stop": 1137043438
        },
        {
            "start": 1137043440,
            "stop": 1137043455
        },
        {
            "start": 1137043457,
            "stop": 1137043491
        },
        {
            "start": 1137043493,
            "stop": 1137043496
        },
        {
            "start": 1137043498,
            "stop": 1137043551
        },
        {
            "start": 1137043553,
            "stop": 1137043555
        },
        {
            "start": 1137043557,
            "stop": 1137043577
        },
        {
            "start": 1137043579,
            "stop": 1137043580
        },
        {
            "start": 1137043581,
            "stop": 1137043586
        },
        {
            "start": 1137043588,
            "stop": 1137043611
        },
        {
            "start": 1137043613,
            "stop": 1137043614
        },
        {
            "start": 1137043616,
            "stop": 1137043690
        },
        {
            "start": 1137043692,
            "stop": 1137043708
        },
        {
            "start": 1137043710,
            "stop": 1137043748
        },
        {
            "start": 1137043750,
            "stop": 1137043752
        },
        {
            "start": 1137043753,
            "stop": 1137043771
        },
        {
            "start": 1137043773,
            "stop": 1137043810
        }
    ]
}