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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=13",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14,
    "results": [
        {
            "start": 931161224,
            "stop": 931161227
        },
        {
            "start": 931161230,
            "stop": 931161231
        },
        {
            "start": 931161234,
            "stop": 931161239
        },
        {
            "start": 931161241,
            "stop": 931161244
        },
        {
            "start": 931161247,
            "stop": 931161250
        },
        {
            "start": 931161254,
            "stop": 931161255
        },
        {
            "start": 931161261,
            "stop": 931161265
        },
        {
            "start": 931161272,
            "stop": 931161273
        },
        {
            "start": 931161276,
            "stop": 931161279
        },
        {
            "start": 931161290,
            "stop": 931161304
        },
        {
            "start": 931161307,
            "stop": 931161324
        },
        {
            "start": 931161327,
            "stop": 931161330
        },
        {
            "start": 931161334,
            "stop": 931161346
        },
        {
            "start": 931161353,
            "stop": 931161358
        },
        {
            "start": 931161365,
            "stop": 931161380
        },
        {
            "start": 931161383,
            "stop": 931161387
        },
        {
            "start": 931161394,
            "stop": 931161398
        },
        {
            "start": 931161401,
            "stop": 931161402
        },
        {
            "start": 931161406,
            "stop": 931161413
        },
        {
            "start": 931161418,
            "stop": 931161420
        }
    ]
}