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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=34",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 35,
    "results": [
        {
            "start": 939408890,
            "stop": 939409255
        },
        {
            "start": 939410862,
            "stop": 939411209
        },
        {
            "start": 939412677,
            "stop": 939412889
        },
        {
            "start": 939416630,
            "stop": 939417326
        },
        {
            "start": 939418467,
            "stop": 939418618
        },
        {
            "start": 939423084,
            "stop": 939424745
        },
        {
            "start": 939426816,
            "stop": 939427318
        },
        {
            "start": 939571196,
            "stop": 939572547
        },
        {
            "start": 939573598,
            "stop": 939575647
        },
        {
            "start": 939576870,
            "stop": 939577223
        },
        {
            "start": 939578357,
            "stop": 939579963
        },
        {
            "start": 939633796,
            "stop": 939633799
        },
        {
            "start": 939633804,
            "stop": 939633807
        },
        {
            "start": 939633835,
            "stop": 939633838
        },
        {
            "start": 939713952,
            "stop": 939714124
        },
        {
            "start": 939800434,
            "stop": 939801104
        },
        {
            "start": 939803983,
            "stop": 939804500
        },
        {
            "start": 939805339,
            "stop": 939805634
        },
        {
            "start": 939806867,
            "stop": 939807632
        },
        {
            "start": 939809516,
            "stop": 939810140
        }
    ]
}