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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8414",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8412",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8413,
    "results": [
        {
            "start": 875151318,
            "stop": 875154445
        },
        {
            "start": 875154465,
            "stop": 875154480
        },
        {
            "start": 875180400,
            "stop": 875180460
        },
        {
            "start": 875180520,
            "stop": 875180584
        },
        {
            "start": 875180603,
            "stop": 875180760
        },
        {
            "start": 875180820,
            "stop": 875180978
        },
        {
            "start": 875180995,
            "stop": 875181150
        },
        {
            "start": 875181167,
            "stop": 875181324
        },
        {
            "start": 875181344,
            "stop": 875181439
        },
        {
            "start": 875181456,
            "stop": 875181592
        },
        {
            "start": 875181612,
            "stop": 875181753
        },
        {
            "start": 875181771,
            "stop": 875182081
        },
        {
            "start": 875182100,
            "stop": 875182124
        },
        {
            "start": 875193352,
            "stop": 875193395
        },
        {
            "start": 875193414,
            "stop": 875193451
        },
        {
            "start": 875193470,
            "stop": 875193483
        },
        {
            "start": 875193515,
            "stop": 875194190
        },
        {
            "start": 875194207,
            "stop": 875194950
        },
        {
            "start": 875196510,
            "stop": 875196528
        },
        {
            "start": 875196548,
            "stop": 875196728
        }
    ]
}