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=3030
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=3031",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3029",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3030,
    "results": [
        {
            "start": 863827898,
            "stop": 863828580
        },
        {
            "start": 863828640,
            "stop": 863828755
        },
        {
            "start": 863828820,
            "stop": 863828907
        },
        {
            "start": 863828911,
            "stop": 863828930
        },
        {
            "start": 863828934,
            "stop": 863829000
        },
        {
            "start": 863829240,
            "stop": 863829300
        },
        {
            "start": 863829360,
            "stop": 863829420
        },
        {
            "start": 863829540,
            "stop": 863829600
        },
        {
            "start": 863829660,
            "stop": 863829780
        },
        {
            "start": 863829960,
            "stop": 863830140
        },
        {
            "start": 863845685,
            "stop": 863845724
        },
        {
            "start": 863845728,
            "stop": 863848081
        },
        {
            "start": 863848598,
            "stop": 863863980
        },
        {
            "start": 863864040,
            "stop": 863864400
        },
        {
            "start": 863864460,
            "stop": 863879428
        },
        {
            "start": 863880414,
            "stop": 863881244
        },
        {
            "start": 863899234,
            "stop": 863901412
        },
        {
            "start": 863901418,
            "stop": 863901420
        },
        {
            "start": 863901540,
            "stop": 863903340
        },
        {
            "start": 863903400,
            "stop": 863904000
        }
    ]
}