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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5244",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5242",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5243,
    "results": [
        {
            "start": 1136384312,
            "stop": 1136384331
        },
        {
            "start": 1136384333,
            "stop": 1136384363
        },
        {
            "start": 1136384365,
            "stop": 1136384386
        },
        {
            "start": 1136384388,
            "stop": 1136384443
        },
        {
            "start": 1136384445,
            "stop": 1136384459
        },
        {
            "start": 1136384461,
            "stop": 1136384500
        },
        {
            "start": 1136384502,
            "stop": 1136384528
        },
        {
            "start": 1136384530,
            "stop": 1136384581
        },
        {
            "start": 1136384583,
            "stop": 1136384608
        },
        {
            "start": 1136384610,
            "stop": 1136384613
        },
        {
            "start": 1136384615,
            "stop": 1136384619
        },
        {
            "start": 1136384621,
            "stop": 1136384699
        },
        {
            "start": 1136384701,
            "stop": 1136384748
        },
        {
            "start": 1136384750,
            "stop": 1136384751
        },
        {
            "start": 1136384753,
            "stop": 1136384760
        },
        {
            "start": 1136384762,
            "stop": 1136384768
        },
        {
            "start": 1136384770,
            "stop": 1136384824
        },
        {
            "start": 1136384826,
            "stop": 1136384827
        },
        {
            "start": 1136384829,
            "stop": 1136384842
        },
        {
            "start": 1136384844,
            "stop": 1136384861
        }
    ]
}