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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1594",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1592",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1593,
    "results": [
        {
            "start": 953239408,
            "stop": 953239515
        },
        {
            "start": 953240934,
            "stop": 953243315
        },
        {
            "start": 953243317,
            "stop": 953244236
        },
        {
            "start": 953244238,
            "stop": 953244355
        },
        {
            "start": 953244357,
            "stop": 953245021
        },
        {
            "start": 953245023,
            "stop": 953246206
        },
        {
            "start": 953246208,
            "stop": 953248763
        },
        {
            "start": 953249012,
            "stop": 953249921
        },
        {
            "start": 953249923,
            "stop": 953253450
        },
        {
            "start": 953253452,
            "stop": 953260893
        },
        {
            "start": 953260894,
            "stop": 953262175
        },
        {
            "start": 953262177,
            "stop": 953266001
        },
        {
            "start": 953266003,
            "stop": 953267175
        },
        {
            "start": 953267177,
            "stop": 953269652
        },
        {
            "start": 953269653,
            "stop": 953271151
        },
        {
            "start": 953271153,
            "stop": 953274145
        },
        {
            "start": 953274147,
            "stop": 953275081
        },
        {
            "start": 953275083,
            "stop": 953275321
        },
        {
            "start": 953275323,
            "stop": 953276401
        },
        {
            "start": 953276403,
            "stop": 953277912
        }
    ]
}