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=101
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=102",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=100",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 101,
    "results": [
        {
            "start": 931330263,
            "stop": 931330265
        },
        {
            "start": 931330268,
            "stop": 931330269
        },
        {
            "start": 931330273,
            "stop": 931330283
        },
        {
            "start": 931330285,
            "stop": 931330294
        },
        {
            "start": 931330309,
            "stop": 931330316
        },
        {
            "start": 931330321,
            "stop": 931330328
        },
        {
            "start": 931330343,
            "stop": 931330344
        },
        {
            "start": 931330351,
            "stop": 931330352
        },
        {
            "start": 931330354,
            "stop": 931330358
        },
        {
            "start": 931330361,
            "stop": 931330364
        },
        {
            "start": 931330370,
            "stop": 931330373
        },
        {
            "start": 931330378,
            "stop": 931330380
        },
        {
            "start": 931330383,
            "stop": 931330387
        },
        {
            "start": 931330408,
            "stop": 931330409
        },
        {
            "start": 931330412,
            "stop": 931330415
        },
        {
            "start": 931330420,
            "stop": 931330423
        },
        {
            "start": 931330432,
            "stop": 931330434
        },
        {
            "start": 931330438,
            "stop": 931330443
        },
        {
            "start": 931330447,
            "stop": 931330448
        },
        {
            "start": 931330454,
            "stop": 931330455
        }
    ]
}