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=3162
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=3163",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3161",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3162,
    "results": [
        {
            "start": 869300477,
            "stop": 869300924
        },
        {
            "start": 869301105,
            "stop": 869304208
        },
        {
            "start": 869304211,
            "stop": 869307344
        },
        {
            "start": 869307525,
            "stop": 869308544
        },
        {
            "start": 869308725,
            "stop": 869310222
        },
        {
            "start": 869310228,
            "stop": 869310240
        },
        {
            "start": 869310360,
            "stop": 869310599
        },
        {
            "start": 869310602,
            "stop": 869310874
        },
        {
            "start": 869310877,
            "stop": 869318575
        },
        {
            "start": 869318580,
            "stop": 869318595
        },
        {
            "start": 869318600,
            "stop": 869318637
        },
        {
            "start": 869318643,
            "stop": 869320080
        },
        {
            "start": 869320140,
            "stop": 869321400
        },
        {
            "start": 869321520,
            "stop": 869323312
        },
        {
            "start": 869323472,
            "stop": 869324400
        },
        {
            "start": 869348551,
            "stop": 869349164
        },
        {
            "start": 869349345,
            "stop": 869350020
        },
        {
            "start": 869350080,
            "stop": 869352780
        },
        {
            "start": 869352900,
            "stop": 869354325
        },
        {
            "start": 869354328,
            "stop": 869361420
        }
    ]
}