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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=288",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=286",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 287,
    "results": [
        {
            "start": 931173315,
            "stop": 931173319
        },
        {
            "start": 931173320,
            "stop": 931173322
        },
        {
            "start": 931173323,
            "stop": 931173326
        },
        {
            "start": 931173328,
            "stop": 931173331
        },
        {
            "start": 931173332,
            "stop": 931173333
        },
        {
            "start": 931173334,
            "stop": 931173338
        },
        {
            "start": 931173339,
            "stop": 931173342
        },
        {
            "start": 931173343,
            "stop": 931173348
        },
        {
            "start": 931173349,
            "stop": 931173350
        },
        {
            "start": 931173351,
            "stop": 931173355
        },
        {
            "start": 931173356,
            "stop": 931173358
        },
        {
            "start": 931173360,
            "stop": 931173370
        },
        {
            "start": 931173371,
            "stop": 931173373
        },
        {
            "start": 931173374,
            "stop": 931173375
        },
        {
            "start": 931173378,
            "stop": 931173379
        },
        {
            "start": 931173381,
            "stop": 931173389
        },
        {
            "start": 931173390,
            "stop": 931173391
        },
        {
            "start": 931173392,
            "stop": 931173395
        },
        {
            "start": 931173396,
            "stop": 931173404
        },
        {
            "start": 931173406,
            "stop": 931173407
        }
    ]
}