Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=31
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=30",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 31,
    "results": [
        {
            "start": 818866923,
            "stop": 818867149
        },
        {
            "start": 818867151,
            "stop": 818867155
        },
        {
            "start": 818867156,
            "stop": 818867159
        },
        {
            "start": 818867160,
            "stop": 818867170
        },
        {
            "start": 818867171,
            "stop": 818867183
        },
        {
            "start": 818867185,
            "stop": 818867252
        },
        {
            "start": 818867254,
            "stop": 818875388
        },
        {
            "start": 818875390,
            "stop": 818888439
        },
        {
            "start": 818888441,
            "stop": 818897300
        },
        {
            "start": 818897302,
            "stop": 818907143
        },
        {
            "start": 818907145,
            "stop": 818913071
        },
        {
            "start": 818913073,
            "stop": 818920205
        },
        {
            "start": 818923632,
            "stop": 818931420
        },
        {
            "start": 818931422,
            "stop": 818931426
        },
        {
            "start": 818931428,
            "stop": 818931432
        },
        {
            "start": 818931434,
            "stop": 818931584
        },
        {
            "start": 818931586,
            "stop": 818931742
        },
        {
            "start": 818932790,
            "stop": 818935977
        },
        {
            "start": 818936723,
            "stop": 818955686
        },
        {
            "start": 818955747,
            "stop": 818957900
        }
    ]
}