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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5720",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5718",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5719,
    "results": [
        {
            "start": 874604919,
            "stop": 874604941
        },
        {
            "start": 874604944,
            "stop": 874604956
        },
        {
            "start": 874604960,
            "stop": 874604993
        },
        {
            "start": 874604996,
            "stop": 874605016
        },
        {
            "start": 874605019,
            "stop": 874605034
        },
        {
            "start": 874605037,
            "stop": 874605039
        },
        {
            "start": 874605042,
            "stop": 874605045
        },
        {
            "start": 874605049,
            "stop": 874605069
        },
        {
            "start": 874605072,
            "stop": 874605099
        },
        {
            "start": 874605103,
            "stop": 874605115
        },
        {
            "start": 874605122,
            "stop": 874605129
        },
        {
            "start": 874605133,
            "stop": 874605141
        },
        {
            "start": 874605144,
            "stop": 874605155
        },
        {
            "start": 874605158,
            "stop": 874605170
        },
        {
            "start": 874605173,
            "stop": 874605185
        },
        {
            "start": 874605188,
            "stop": 874605203
        },
        {
            "start": 874605207,
            "stop": 874605214
        },
        {
            "start": 874605219,
            "stop": 874605250
        },
        {
            "start": 874605253,
            "stop": 874605260
        },
        {
            "start": 874605263,
            "stop": 874605264
        }
    ]
}