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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=206",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=204",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 205,
    "results": [
        {
            "start": 839780857,
            "stop": 839783053
        },
        {
            "start": 839783406,
            "stop": 839784566
        },
        {
            "start": 839784733,
            "stop": 839786972
        },
        {
            "start": 839786973,
            "stop": 839787005
        },
        {
            "start": 839787007,
            "stop": 839787013
        },
        {
            "start": 839787014,
            "stop": 839788025
        },
        {
            "start": 839788180,
            "stop": 839788333
        },
        {
            "start": 839788378,
            "stop": 839788379
        },
        {
            "start": 839788496,
            "stop": 839788813
        },
        {
            "start": 839788830,
            "stop": 839788831
        },
        {
            "start": 839788955,
            "stop": 839792293
        },
        {
            "start": 839793828,
            "stop": 839794455
        },
        {
            "start": 839794949,
            "stop": 839801033
        },
        {
            "start": 839802199,
            "stop": 839807927
        },
        {
            "start": 839809244,
            "stop": 839828288
        },
        {
            "start": 839829657,
            "stop": 839848527
        },
        {
            "start": 839850171,
            "stop": 839863591
        },
        {
            "start": 839864921,
            "stop": 839868071
        },
        {
            "start": 839868074,
            "stop": 839869566
        },
        {
            "start": 839869866,
            "stop": 839869904
        }
    ]
}