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_CAT3H/segments?format=api&page=15
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=16",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=14",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 15,
    "results": [
        {
            "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": 931161373
        },
        {
            "start": 931161375,
            "stop": 931161380
        },
        {
            "start": 931161383,
            "stop": 931161387
        },
        {
            "start": 931161394,
            "stop": 931161398
        },
        {
            "start": 931161401,
            "stop": 931161402
        },
        {
            "start": 931161406,
            "stop": 931161413
        },
        {
            "start": 931161418,
            "stop": 931161420
        },
        {
            "start": 931161423,
            "stop": 931161426
        },
        {
            "start": 931161433,
            "stop": 931161434
        },
        {
            "start": 931161442,
            "stop": 931161445
        },
        {
            "start": 931161448,
            "stop": 931161449
        },
        {
            "start": 931161452,
            "stop": 931161455
        }
    ]
}