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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9139",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9140,
    "results": [
        {
            "start": 875149985,
            "stop": 875150629
        },
        {
            "start": 875150648,
            "stop": 875151020
        },
        {
            "start": 875151037,
            "stop": 875151301
        },
        {
            "start": 875151318,
            "stop": 875154445
        },
        {
            "start": 875154465,
            "stop": 875154528
        },
        {
            "start": 875180295,
            "stop": 875180584
        },
        {
            "start": 875180603,
            "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": 875182176,
            "stop": 875182200
        },
        {
            "start": 875193352,
            "stop": 875193395
        },
        {
            "start": 875193414,
            "stop": 875193451
        },
        {
            "start": 875193470,
            "stop": 875193483
        },
        {
            "start": 875193515,
            "stop": 875194190
        },
        {
            "start": 875194207,
            "stop": 875194950
        }
    ]
}