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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=244",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=242",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 243,
    "results": [
        {
            "start": 855609779,
            "stop": 855609915
        },
        {
            "start": 855619749,
            "stop": 855620229
        },
        {
            "start": 855620339,
            "stop": 855620535
        },
        {
            "start": 855620835,
            "stop": 855621045
        },
        {
            "start": 855621155,
            "stop": 855621431
        },
        {
            "start": 855621731,
            "stop": 855674549
        },
        {
            "start": 855674780,
            "stop": 855676252
        },
        {
            "start": 855676300,
            "stop": 855684771
        },
        {
            "start": 855685883,
            "stop": 855689051
        },
        {
            "start": 855693274,
            "stop": 855706162
        },
        {
            "start": 855710410,
            "stop": 855712839
        },
        {
            "start": 855714035,
            "stop": 855778711
        },
        {
            "start": 855780880,
            "stop": 855782992
        },
        {
            "start": 855784315,
            "stop": 855800333
        },
        {
            "start": 855800335,
            "stop": 855809723
        },
        {
            "start": 855809833,
            "stop": 855810742
        },
        {
            "start": 855811426,
            "stop": 855811861
        },
        {
            "start": 855812161,
            "stop": 855812290
        },
        {
            "start": 855812633,
            "stop": 855824000
        },
        {
            "start": 855824338,
            "stop": 855862436
        }
    ]
}