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=136
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=137",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=135",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 136,
    "results": [
        {
            "start": 820199156,
            "stop": 820199159
        },
        {
            "start": 820199162,
            "stop": 820199197
        },
        {
            "start": 820199200,
            "stop": 820199232
        },
        {
            "start": 820199235,
            "stop": 820199253
        },
        {
            "start": 820199257,
            "stop": 820199266
        },
        {
            "start": 820199270,
            "stop": 820199272
        },
        {
            "start": 820199275,
            "stop": 820199295
        },
        {
            "start": 820199299,
            "stop": 820199379
        },
        {
            "start": 820204001,
            "stop": 820204032
        },
        {
            "start": 820204035,
            "stop": 820204066
        },
        {
            "start": 820204069,
            "stop": 820204089
        },
        {
            "start": 820204093,
            "stop": 820204261
        },
        {
            "start": 820204265,
            "stop": 820204281
        },
        {
            "start": 820204284,
            "stop": 820204373
        },
        {
            "start": 820204377,
            "stop": 820204394
        },
        {
            "start": 820204398,
            "stop": 820204400
        },
        {
            "start": 820204405,
            "stop": 820204407
        },
        {
            "start": 820204410,
            "stop": 820204414
        },
        {
            "start": 820204417,
            "stop": 820204467
        },
        {
            "start": 820204470,
            "stop": 820204478
        }
    ]
}