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=50
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=51",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=49",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 50,
    "results": [
        {
            "start": 931253111,
            "stop": 931253112
        },
        {
            "start": 931253114,
            "stop": 931253123
        },
        {
            "start": 931253126,
            "stop": 931253128
        },
        {
            "start": 931253131,
            "stop": 931253136
        },
        {
            "start": 931253141,
            "stop": 931253144
        },
        {
            "start": 931253147,
            "stop": 931253148
        },
        {
            "start": 931253153,
            "stop": 931253159
        },
        {
            "start": 931253161,
            "stop": 931253167
        },
        {
            "start": 931253169,
            "stop": 931253174
        },
        {
            "start": 931253176,
            "stop": 931253214
        },
        {
            "start": 931253219,
            "stop": 931253221
        },
        {
            "start": 931253224,
            "stop": 931253247
        },
        {
            "start": 931253249,
            "stop": 931253254
        },
        {
            "start": 931253256,
            "stop": 931253262
        },
        {
            "start": 931253268,
            "stop": 931253279
        },
        {
            "start": 931253281,
            "stop": 931253282
        },
        {
            "start": 931253284,
            "stop": 931253286
        },
        {
            "start": 931253291,
            "stop": 931253307
        },
        {
            "start": 931253309,
            "stop": 931253320
        },
        {
            "start": 931253324,
            "stop": 931253327
        }
    ]
}