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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=581",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=579",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 580,
    "results": [
        {
            "start": 1264934348,
            "stop": 1264936511
        },
        {
            "start": 1264936512,
            "stop": 1264938434
        },
        {
            "start": 1264938435,
            "stop": 1264939646
        },
        {
            "start": 1264939647,
            "stop": 1264940313
        },
        {
            "start": 1264940314,
            "stop": 1264941680
        },
        {
            "start": 1264941684,
            "stop": 1264941694
        },
        {
            "start": 1264941698,
            "stop": 1264942207
        },
        {
            "start": 1264942209,
            "stop": 1264942227
        },
        {
            "start": 1264942229,
            "stop": 1264942232
        },
        {
            "start": 1264942233,
            "stop": 1264942234
        },
        {
            "start": 1264942235,
            "stop": 1264942248
        },
        {
            "start": 1264942249,
            "stop": 1264942259
        },
        {
            "start": 1264942260,
            "stop": 1264942263
        },
        {
            "start": 1264942264,
            "stop": 1264942337
        },
        {
            "start": 1264942338,
            "stop": 1264943877
        },
        {
            "start": 1264943878,
            "stop": 1264944546
        },
        {
            "start": 1264944547,
            "stop": 1264945274
        },
        {
            "start": 1264945275,
            "stop": 1264945378
        },
        {
            "start": 1264945379,
            "stop": 1264945455
        },
        {
            "start": 1264945456,
            "stop": 1264945974
        }
    ]
}