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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5365",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5363",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5364,
    "results": [
        {
            "start": 971452550,
            "stop": 971452583
        },
        {
            "start": 971452586,
            "stop": 971452667
        },
        {
            "start": 971452670,
            "stop": 971452699
        },
        {
            "start": 971452702,
            "stop": 971453488
        },
        {
            "start": 971453491,
            "stop": 971454343
        },
        {
            "start": 971454346,
            "stop": 971454530
        },
        {
            "start": 971454533,
            "stop": 971454604
        },
        {
            "start": 971454607,
            "stop": 971454615
        },
        {
            "start": 971454618,
            "stop": 971454630
        },
        {
            "start": 971454633,
            "stop": 971454759
        },
        {
            "start": 971454762,
            "stop": 971455027
        },
        {
            "start": 971455030,
            "stop": 971455079
        },
        {
            "start": 971455082,
            "stop": 971455157
        },
        {
            "start": 971455160,
            "stop": 971455233
        },
        {
            "start": 971455237,
            "stop": 971455418
        },
        {
            "start": 971455421,
            "stop": 971455459
        },
        {
            "start": 971455462,
            "stop": 971455491
        },
        {
            "start": 971455494,
            "stop": 971455624
        },
        {
            "start": 971455627,
            "stop": 971455629
        },
        {
            "start": 971455632,
            "stop": 971455636
        }
    ]
}