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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=96",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 97,
    "results": [
        {
            "start": 1411928946,
            "stop": 1411929411
        },
        {
            "start": 1411929415,
            "stop": 1411929602
        },
        {
            "start": 1411929607,
            "stop": 1411930082
        },
        {
            "start": 1411930087,
            "stop": 1411930520
        },
        {
            "start": 1411930530,
            "stop": 1411931260
        },
        {
            "start": 1411934921,
            "stop": 1411935411
        },
        {
            "start": 1411935416,
            "stop": 1411935423
        },
        {
            "start": 1411935428,
            "stop": 1411936998
        },
        {
            "start": 1411937003,
            "stop": 1411940014
        },
        {
            "start": 1411940019,
            "stop": 1411940359
        },
        {
            "start": 1411940364,
            "stop": 1411941329
        },
        {
            "start": 1411945034,
            "stop": 1411945940
        },
        {
            "start": 1411945943,
            "stop": 1411952051
        },
        {
            "start": 1411952056,
            "stop": 1411953836
        },
        {
            "start": 1411961123,
            "stop": 1411961415
        },
        {
            "start": 1411961419,
            "stop": 1411966342
        },
        {
            "start": 1411966347,
            "stop": 1411974440
        },
        {
            "start": 1411974445,
            "stop": 1411977375
        },
        {
            "start": 1411977380,
            "stop": 1411979501
        },
        {
            "start": 1411986392,
            "stop": 1411989584
        }
    ]
}