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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=58",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 59,
    "results": [
        {
            "start": 931252340,
            "stop": 931252351
        },
        {
            "start": 931252353,
            "stop": 931252405
        },
        {
            "start": 931252407,
            "stop": 931252434
        },
        {
            "start": 931252436,
            "stop": 931252470
        },
        {
            "start": 931252472,
            "stop": 931252587
        },
        {
            "start": 931252589,
            "stop": 931252632
        },
        {
            "start": 931252634,
            "stop": 931252742
        },
        {
            "start": 931252744,
            "stop": 931252787
        },
        {
            "start": 931252788,
            "stop": 931252798
        },
        {
            "start": 931252800,
            "stop": 931253016
        },
        {
            "start": 931253017,
            "stop": 931253030
        },
        {
            "start": 931253033,
            "stop": 931253079
        },
        {
            "start": 931253081,
            "stop": 931253112
        },
        {
            "start": 931253114,
            "stop": 931253145
        },
        {
            "start": 931253147,
            "stop": 931253174
        },
        {
            "start": 931253176,
            "stop": 931253214
        },
        {
            "start": 931253216,
            "stop": 931253279
        },
        {
            "start": 931253281,
            "stop": 931253287
        },
        {
            "start": 931253288,
            "stop": 931253571
        },
        {
            "start": 931253573,
            "stop": 931253977
        }
    ]
}