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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=2",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 3,
    "results": [
        {
            "start": 931426097,
            "stop": 931431487
        },
        {
            "start": 931431492,
            "stop": 931432821
        },
        {
            "start": 931434808,
            "stop": 931435416
        },
        {
            "start": 931436849,
            "stop": 931436856
        },
        {
            "start": 931439658,
            "stop": 931439847
        },
        {
            "start": 931443031,
            "stop": 931443321
        },
        {
            "start": 931446557,
            "stop": 931453969
        },
        {
            "start": 931453975,
            "stop": 931457810
        },
        {
            "start": 931461152,
            "stop": 931462734
        },
        {
            "start": 931462740,
            "stop": 931467129
        },
        {
            "start": 931468817,
            "stop": 931470051
        },
        {
            "start": 931471301,
            "stop": 931472664
        },
        {
            "start": 931479596,
            "stop": 931480151
        },
        {
            "start": 931483130,
            "stop": 931483290
        },
        {
            "start": 931484557,
            "stop": 931487943
        },
        {
            "start": 931487949,
            "stop": 931488006
        },
        {
            "start": 931488017,
            "stop": 931488128
        },
        {
            "start": 931488134,
            "stop": 931488138
        },
        {
            "start": 931488143,
            "stop": 931488152
        },
        {
            "start": 931488159,
            "stop": 931488162
        }
    ]
}