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=87
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=88",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=86",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 87,
    "results": [
        {
            "start": 931317307,
            "stop": 931317323
        },
        {
            "start": 931317325,
            "stop": 931317339
        },
        {
            "start": 931317341,
            "stop": 931317346
        },
        {
            "start": 931317350,
            "stop": 931317366
        },
        {
            "start": 931317370,
            "stop": 931317381
        },
        {
            "start": 931317383,
            "stop": 931317388
        },
        {
            "start": 931317390,
            "stop": 931317391
        },
        {
            "start": 931317397,
            "stop": 931317398
        },
        {
            "start": 931317400,
            "stop": 931317406
        },
        {
            "start": 931317408,
            "stop": 931317409
        },
        {
            "start": 931317412,
            "stop": 931317420
        },
        {
            "start": 931317423,
            "stop": 931317441
        },
        {
            "start": 931317444,
            "stop": 931317446
        },
        {
            "start": 931317449,
            "stop": 931317450
        },
        {
            "start": 931317455,
            "stop": 931317457
        },
        {
            "start": 931317461,
            "stop": 931317463
        },
        {
            "start": 931317465,
            "stop": 931317477
        },
        {
            "start": 931317483,
            "stop": 931317490
        },
        {
            "start": 931317493,
            "stop": 931317495
        },
        {
            "start": 931317499,
            "stop": 931317501
        }
    ]
}