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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=83",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 84,
    "results": [
        {
            "start": 931369519,
            "stop": 931369563
        },
        {
            "start": 931369565,
            "stop": 931369580
        },
        {
            "start": 931369582,
            "stop": 931369674
        },
        {
            "start": 931369677,
            "stop": 931369681
        },
        {
            "start": 931369683,
            "stop": 931369692
        },
        {
            "start": 931369694,
            "stop": 931369879
        },
        {
            "start": 931369881,
            "stop": 931369892
        },
        {
            "start": 931369894,
            "stop": 931369905
        },
        {
            "start": 931369906,
            "stop": 931369908
        },
        {
            "start": 931369911,
            "stop": 931369912
        },
        {
            "start": 931369922,
            "stop": 931369923
        },
        {
            "start": 931369924,
            "stop": 931369925
        },
        {
            "start": 931369927,
            "stop": 931369930
        },
        {
            "start": 931369932,
            "stop": 931369937
        },
        {
            "start": 931369939,
            "stop": 931369942
        },
        {
            "start": 931369944,
            "stop": 931369949
        },
        {
            "start": 931369952,
            "stop": 931370311
        },
        {
            "start": 931370313,
            "stop": 931370519
        },
        {
            "start": 931370521,
            "stop": 931370573
        },
        {
            "start": 931370575,
            "stop": 931370604
        }
    ]
}