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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=938",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=936",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 937,
    "results": [
        {
            "start": 1251553193,
            "stop": 1251553213
        },
        {
            "start": 1251553218,
            "stop": 1251553242
        },
        {
            "start": 1251553246,
            "stop": 1251554204
        },
        {
            "start": 1251554212,
            "stop": 1251554214
        },
        {
            "start": 1251554219,
            "stop": 1251554433
        },
        {
            "start": 1251585577,
            "stop": 1251590059
        },
        {
            "start": 1251590067,
            "stop": 1251590384
        },
        {
            "start": 1251590388,
            "stop": 1251590815
        },
        {
            "start": 1251590819,
            "stop": 1251591945
        },
        {
            "start": 1251591949,
            "stop": 1251595001
        },
        {
            "start": 1251595005,
            "stop": 1251598348
        },
        {
            "start": 1251598351,
            "stop": 1251599838
        },
        {
            "start": 1251599842,
            "stop": 1251600601
        },
        {
            "start": 1251600604,
            "stop": 1251601812
        },
        {
            "start": 1251601815,
            "stop": 1251602590
        },
        {
            "start": 1251602594,
            "stop": 1251603602
        },
        {
            "start": 1251603606,
            "stop": 1251603732
        },
        {
            "start": 1251603737,
            "stop": 1251604190
        },
        {
            "start": 1251604195,
            "stop": 1251604691
        },
        {
            "start": 1251604696,
            "stop": 1251604805
        }
    ]
}