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=5177
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=5178",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5176",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5177,
    "results": [
        {
            "start": 1136269524,
            "stop": 1136269546
        },
        {
            "start": 1136269548,
            "stop": 1136269579
        },
        {
            "start": 1136269581,
            "stop": 1136269607
        },
        {
            "start": 1136269609,
            "stop": 1136269612
        },
        {
            "start": 1136269614,
            "stop": 1136269647
        },
        {
            "start": 1136269649,
            "stop": 1136269667
        },
        {
            "start": 1136269669,
            "stop": 1136269683
        },
        {
            "start": 1136269685,
            "stop": 1136269696
        },
        {
            "start": 1136269698,
            "stop": 1136269728
        },
        {
            "start": 1136269730,
            "stop": 1136269740
        },
        {
            "start": 1136269742,
            "stop": 1136269746
        },
        {
            "start": 1136269748,
            "stop": 1136269800
        },
        {
            "start": 1136269802,
            "stop": 1136269812
        },
        {
            "start": 1136269814,
            "stop": 1136269827
        },
        {
            "start": 1136269829,
            "stop": 1136269831
        },
        {
            "start": 1136269833,
            "stop": 1136269847
        },
        {
            "start": 1136269849,
            "stop": 1136269852
        },
        {
            "start": 1136269854,
            "stop": 1136269872
        },
        {
            "start": 1136269874,
            "stop": 1136269916
        },
        {
            "start": 1136269918,
            "stop": 1136269952
        }
    ]
}