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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=385",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=383",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 384,
    "results": [
        {
            "start": 825781371,
            "stop": 825781374
        },
        {
            "start": 825782303,
            "stop": 825782366
        },
        {
            "start": 825821123,
            "stop": 825822701
        },
        {
            "start": 825824272,
            "stop": 825824669
        },
        {
            "start": 825824783,
            "stop": 825829140
        },
        {
            "start": 825829200,
            "stop": 825836024
        },
        {
            "start": 825836205,
            "stop": 825837284
        },
        {
            "start": 825837465,
            "stop": 825841312
        },
        {
            "start": 825841612,
            "stop": 825856749
        },
        {
            "start": 825856753,
            "stop": 825866040
        },
        {
            "start": 825866220,
            "stop": 825869169
        },
        {
            "start": 825869172,
            "stop": 825869738
        },
        {
            "start": 825869741,
            "stop": 825871200
        },
        {
            "start": 825871320,
            "stop": 825873487
        },
        {
            "start": 825877604,
            "stop": 825877640
        },
        {
            "start": 825877657,
            "stop": 825877663
        },
        {
            "start": 825877740,
            "stop": 825878296
        },
        {
            "start": 825878300,
            "stop": 825878580
        },
        {
            "start": 825878640,
            "stop": 825878693
        },
        {
            "start": 825878697,
            "stop": 825878853
        }
    ]
}