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=285
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=286",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=284",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 285,
    "results": [
        {
            "start": 862713656,
            "stop": 862714093
        },
        {
            "start": 862714393,
            "stop": 862716230
        },
        {
            "start": 862716340,
            "stop": 862716408
        },
        {
            "start": 862716708,
            "stop": 862732033
        },
        {
            "start": 862734309,
            "stop": 862768513
        },
        {
            "start": 862769663,
            "stop": 862770032
        },
        {
            "start": 862770130,
            "stop": 862773034
        },
        {
            "start": 862773541,
            "stop": 862780471
        },
        {
            "start": 862804891,
            "stop": 862804949
        },
        {
            "start": 862805249,
            "stop": 862813915
        },
        {
            "start": 862814025,
            "stop": 862814369
        },
        {
            "start": 862814669,
            "stop": 862855260
        },
        {
            "start": 862855718,
            "stop": 862857304
        },
        {
            "start": 862857604,
            "stop": 862858223
        },
        {
            "start": 862858736,
            "stop": 862869831
        },
        {
            "start": 862870295,
            "stop": 862870313
        },
        {
            "start": 862871876,
            "stop": 862872193
        },
        {
            "start": 862872886,
            "stop": 862873214
        },
        {
            "start": 862873318,
            "stop": 862879802
        },
        {
            "start": 862881022,
            "stop": 862896825
        }
    ]
}