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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=37",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 38,
    "results": [
        {
            "start": 931250315,
            "stop": 931250322
        },
        {
            "start": 931250325,
            "stop": 931250337
        },
        {
            "start": 931250339,
            "stop": 931250348
        },
        {
            "start": 931250350,
            "stop": 931250354
        },
        {
            "start": 931250356,
            "stop": 931250377
        },
        {
            "start": 931250379,
            "stop": 931250380
        },
        {
            "start": 931250382,
            "stop": 931250383
        },
        {
            "start": 931250385,
            "stop": 931250392
        },
        {
            "start": 931250401,
            "stop": 931250410
        },
        {
            "start": 931250416,
            "stop": 931250431
        },
        {
            "start": 931250434,
            "stop": 931250463
        },
        {
            "start": 931250466,
            "stop": 931250469
        },
        {
            "start": 931250471,
            "stop": 931250492
        },
        {
            "start": 931250497,
            "stop": 931250498
        },
        {
            "start": 931250500,
            "stop": 931250504
        },
        {
            "start": 931250508,
            "stop": 931250513
        },
        {
            "start": 931250515,
            "stop": 931250522
        },
        {
            "start": 931250528,
            "stop": 931250546
        },
        {
            "start": 931250548,
            "stop": 931250554
        },
        {
            "start": 931250556,
            "stop": 931250563
        }
    ]
}