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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4859",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4857",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4858,
    "results": [
        {
            "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
        },
        {
            "start": 971455657,
            "stop": 971455697
        },
        {
            "start": 971499168,
            "stop": 971499399
        },
        {
            "start": 971499402,
            "stop": 971499681
        },
        {
            "start": 971499684,
            "stop": 971501141
        },
        {
            "start": 971501144,
            "stop": 971501404
        },
        {
            "start": 971501407,
            "stop": 971501466
        }
    ]
}