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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=202",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=200",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 201,
    "results": [
        {
            "start": 931497184,
            "stop": 931497197
        },
        {
            "start": 931497200,
            "stop": 931497202
        },
        {
            "start": 931497205,
            "stop": 931497208
        },
        {
            "start": 931497211,
            "stop": 931497233
        },
        {
            "start": 931497236,
            "stop": 931497246
        },
        {
            "start": 931497250,
            "stop": 931497270
        },
        {
            "start": 931497274,
            "stop": 931497282
        },
        {
            "start": 931497285,
            "stop": 931497295
        },
        {
            "start": 931497301,
            "stop": 931497316
        },
        {
            "start": 931497319,
            "stop": 931497320
        },
        {
            "start": 931497323,
            "stop": 931497350
        },
        {
            "start": 931497353,
            "stop": 931497355
        },
        {
            "start": 931497358,
            "stop": 931497411
        },
        {
            "start": 931497414,
            "stop": 931497417
        },
        {
            "start": 931497426,
            "stop": 931497427
        },
        {
            "start": 931497430,
            "stop": 931497449
        },
        {
            "start": 931497454,
            "stop": 931497474
        },
        {
            "start": 931497477,
            "stop": 931497489
        },
        {
            "start": 931497492,
            "stop": 931497493
        },
        {
            "start": 931497496,
            "stop": 931497497
        }
    ]
}