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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2956",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2954",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2955,
    "results": [
        {
            "start": 860011994,
            "stop": 860013398
        },
        {
            "start": 860013401,
            "stop": 860040492
        },
        {
            "start": 860040495,
            "stop": 860040501
        },
        {
            "start": 860040505,
            "stop": 860060196
        },
        {
            "start": 860061935,
            "stop": 860067150
        },
        {
            "start": 860067240,
            "stop": 860071401
        },
        {
            "start": 860071404,
            "stop": 860071415
        },
        {
            "start": 860071708,
            "stop": 860083949
        },
        {
            "start": 860083954,
            "stop": 860083979
        },
        {
            "start": 860083983,
            "stop": 860084022
        },
        {
            "start": 860084026,
            "stop": 860084113
        },
        {
            "start": 860084117,
            "stop": 860084262
        },
        {
            "start": 860084266,
            "stop": 860089196
        },
        {
            "start": 860089205,
            "stop": 860089215
        },
        {
            "start": 860089219,
            "stop": 860090552
        },
        {
            "start": 860090560,
            "stop": 860090585
        },
        {
            "start": 860090590,
            "stop": 860091123
        },
        {
            "start": 860091126,
            "stop": 860091132
        },
        {
            "start": 860092157,
            "stop": 860092547
        },
        {
            "start": 860094129,
            "stop": 860094140
        }
    ]
}