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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=192",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=190",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 191,
    "results": [
        {
            "start": 931457309,
            "stop": 931457313
        },
        {
            "start": 931457317,
            "stop": 931457326
        },
        {
            "start": 931457328,
            "stop": 931457338
        },
        {
            "start": 931457339,
            "stop": 931457346
        },
        {
            "start": 931457351,
            "stop": 931457355
        },
        {
            "start": 931457358,
            "stop": 931457364
        },
        {
            "start": 931457367,
            "stop": 931457368
        },
        {
            "start": 931457370,
            "stop": 931457371
        },
        {
            "start": 931457377,
            "stop": 931457384
        },
        {
            "start": 931457385,
            "stop": 931457398
        },
        {
            "start": 931457400,
            "stop": 931457404
        },
        {
            "start": 931457408,
            "stop": 931457422
        },
        {
            "start": 931457424,
            "stop": 931457425
        },
        {
            "start": 931457430,
            "stop": 931457437
        },
        {
            "start": 931457440,
            "stop": 931457454
        },
        {
            "start": 931457455,
            "stop": 931457475
        },
        {
            "start": 931457477,
            "stop": 931457480
        },
        {
            "start": 931457482,
            "stop": 931457495
        },
        {
            "start": 931457497,
            "stop": 931457499
        },
        {
            "start": 931457503,
            "stop": 931457511
        }
    ]
}