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=214
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=215",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=213",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 214,
    "results": [
        {
            "start": 840942041,
            "stop": 840942723
        },
        {
            "start": 840944059,
            "stop": 840944924
        },
        {
            "start": 840948127,
            "stop": 840963733
        },
        {
            "start": 840967191,
            "stop": 840967212
        },
        {
            "start": 840967298,
            "stop": 840991717
        },
        {
            "start": 840991719,
            "stop": 840993472
        },
        {
            "start": 840993474,
            "stop": 840993482
        },
        {
            "start": 840993484,
            "stop": 840993812
        },
        {
            "start": 840994414,
            "stop": 840995755
        },
        {
            "start": 840997927,
            "stop": 841006633
        },
        {
            "start": 841006660,
            "stop": 841006662
        },
        {
            "start": 841006829,
            "stop": 841006953
        },
        {
            "start": 841006954,
            "stop": 841012485
        },
        {
            "start": 841012486,
            "stop": 841019173
        },
        {
            "start": 841020466,
            "stop": 841020825
        },
        {
            "start": 841022207,
            "stop": 841025168
        },
        {
            "start": 841027283,
            "stop": 841028407
        },
        {
            "start": 841028409,
            "stop": 841029253
        },
        {
            "start": 841030223,
            "stop": 841035341
        },
        {
            "start": 841036451,
            "stop": 841043525
        }
    ]
}