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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=154",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 155,
    "results": [
        {
            "start": 818078222,
            "stop": 818078227
        },
        {
            "start": 818078254,
            "stop": 818078267
        },
        {
            "start": 818078277,
            "stop": 818078278
        },
        {
            "start": 818078291,
            "stop": 818078292
        },
        {
            "start": 818078302,
            "stop": 818078306
        },
        {
            "start": 818078309,
            "stop": 818078310
        },
        {
            "start": 818078313,
            "stop": 818078319
        },
        {
            "start": 818078322,
            "stop": 818078324
        },
        {
            "start": 818078327,
            "stop": 818078328
        },
        {
            "start": 818078342,
            "stop": 818078344
        },
        {
            "start": 818078348,
            "stop": 818078349
        },
        {
            "start": 818078369,
            "stop": 818078370
        },
        {
            "start": 818078374,
            "stop": 818078378
        },
        {
            "start": 818078404,
            "stop": 818078405
        },
        {
            "start": 818078411,
            "stop": 818078412
        },
        {
            "start": 818078416,
            "stop": 818078417
        },
        {
            "start": 818078421,
            "stop": 818078424
        },
        {
            "start": 818078428,
            "stop": 818078429
        },
        {
            "start": 818078436,
            "stop": 818078437
        },
        {
            "start": 818078451,
            "stop": 818078454
        }
    ]
}