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=200
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=201",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=199",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 200,
    "results": [
        {
            "start": 931484070,
            "stop": 931484073
        },
        {
            "start": 931484076,
            "stop": 931484083
        },
        {
            "start": 931484085,
            "stop": 931484088
        },
        {
            "start": 931484091,
            "stop": 931484110
        },
        {
            "start": 931484112,
            "stop": 931484114
        },
        {
            "start": 931484116,
            "stop": 931484133
        },
        {
            "start": 931484136,
            "stop": 931484160
        },
        {
            "start": 931484162,
            "stop": 931484181
        },
        {
            "start": 931484183,
            "stop": 931484187
        },
        {
            "start": 931484193,
            "stop": 931484202
        },
        {
            "start": 931484205,
            "stop": 931484212
        },
        {
            "start": 931484215,
            "stop": 931484230
        },
        {
            "start": 931484234,
            "stop": 931484245
        },
        {
            "start": 931484248,
            "stop": 931484249
        },
        {
            "start": 931484251,
            "stop": 931484253
        },
        {
            "start": 931484256,
            "stop": 931484287
        },
        {
            "start": 931484288,
            "stop": 931484298
        },
        {
            "start": 931484300,
            "stop": 931484306
        },
        {
            "start": 931484309,
            "stop": 931484317
        },
        {
            "start": 931484321,
            "stop": 931484342
        }
    ]
}