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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=118",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 119,
    "results": [
        {
            "start": 829284196,
            "stop": 829284268
        },
        {
            "start": 829284271,
            "stop": 829284294
        },
        {
            "start": 829284297,
            "stop": 829284311
        },
        {
            "start": 829284314,
            "stop": 829284326
        },
        {
            "start": 829284329,
            "stop": 829284344
        },
        {
            "start": 829284347,
            "stop": 829284348
        },
        {
            "start": 829284351,
            "stop": 829284363
        },
        {
            "start": 829284367,
            "stop": 829284464
        },
        {
            "start": 829284467,
            "stop": 829284513
        },
        {
            "start": 829284516,
            "stop": 829284621
        },
        {
            "start": 829284624,
            "stop": 829285048
        },
        {
            "start": 829285051,
            "stop": 829285241
        },
        {
            "start": 829285244,
            "stop": 829286209
        },
        {
            "start": 829286214,
            "stop": 829325266
        },
        {
            "start": 829325282,
            "stop": 829328754
        },
        {
            "start": 829328757,
            "stop": 829330900
        },
        {
            "start": 829331200,
            "stop": 829333729
        },
        {
            "start": 829334029,
            "stop": 829335679
        },
        {
            "start": 829344755,
            "stop": 829346193
        },
        {
            "start": 829346241,
            "stop": 829347161
        }
    ]
}