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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=168",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=166",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 167,
    "results": [
        {
            "start": 840891670,
            "stop": 840892067
        },
        {
            "start": 840892956,
            "stop": 840894979
        },
        {
            "start": 840924903,
            "stop": 840926081
        },
        {
            "start": 840926381,
            "stop": 840926443
        },
        {
            "start": 840930824,
            "stop": 840931144
        },
        {
            "start": 840931504,
            "stop": 840932373
        },
        {
            "start": 840935484,
            "stop": 840940763
        },
        {
            "start": 840942041,
            "stop": 840942723
        },
        {
            "start": 840944059,
            "stop": 840944924
        },
        {
            "start": 840948127,
            "stop": 840963737
        },
        {
            "start": 840967191,
            "stop": 840967212
        },
        {
            "start": 840967298,
            "stop": 840993472
        },
        {
            "start": 840993474,
            "stop": 840993812
        },
        {
            "start": 840994414,
            "stop": 840995755
        },
        {
            "start": 840997927,
            "stop": 841006662
        },
        {
            "start": 841006829,
            "stop": 841019176
        },
        {
            "start": 841020466,
            "stop": 841020825
        },
        {
            "start": 841022207,
            "stop": 841025168
        },
        {
            "start": 841027283,
            "stop": 841028407
        },
        {
            "start": 841028409,
            "stop": 841029278
        }
    ]
}