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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1847",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1845",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1846,
    "results": [
        {
            "start": 1250520691,
            "stop": 1250520711
        },
        {
            "start": 1250520714,
            "stop": 1250520717
        },
        {
            "start": 1250520720,
            "stop": 1250520745
        },
        {
            "start": 1250520748,
            "stop": 1250522129
        },
        {
            "start": 1250522137,
            "stop": 1250522224
        },
        {
            "start": 1250522228,
            "stop": 1250522341
        },
        {
            "start": 1250522343,
            "stop": 1250522424
        },
        {
            "start": 1250522426,
            "stop": 1250523297
        },
        {
            "start": 1250523305,
            "stop": 1250525895
        },
        {
            "start": 1250525898,
            "stop": 1250526212
        },
        {
            "start": 1250526215,
            "stop": 1250527682
        },
        {
            "start": 1250539217,
            "stop": 1250539499
        },
        {
            "start": 1250539500,
            "stop": 1250539501
        },
        {
            "start": 1250539504,
            "stop": 1250539520
        },
        {
            "start": 1250539521,
            "stop": 1250539715
        },
        {
            "start": 1250539718,
            "stop": 1250539751
        },
        {
            "start": 1250539752,
            "stop": 1250540012
        },
        {
            "start": 1250540020,
            "stop": 1250542586
        },
        {
            "start": 1250551601,
            "stop": 1250552179
        },
        {
            "start": 1250552182,
            "stop": 1250555872
        }
    ]
}