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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=66",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 67,
    "results": [
        {
            "start": 931447642,
            "stop": 931447834
        },
        {
            "start": 931447838,
            "stop": 931447847
        },
        {
            "start": 931447865,
            "stop": 931448302
        },
        {
            "start": 931448330,
            "stop": 931448331
        },
        {
            "start": 931448348,
            "stop": 931448718
        },
        {
            "start": 931448735,
            "stop": 931448855
        },
        {
            "start": 931448876,
            "stop": 931448906
        },
        {
            "start": 931448924,
            "stop": 931448961
        },
        {
            "start": 931448980,
            "stop": 931449476
        },
        {
            "start": 931449494,
            "stop": 931449615
        },
        {
            "start": 931449975,
            "stop": 931450199
        },
        {
            "start": 931450227,
            "stop": 931450252
        },
        {
            "start": 931450270,
            "stop": 931450378
        },
        {
            "start": 931450381,
            "stop": 931450542
        },
        {
            "start": 931450565,
            "stop": 931450702
        },
        {
            "start": 931450720,
            "stop": 931450723
        },
        {
            "start": 931450740,
            "stop": 931450741
        },
        {
            "start": 931450805,
            "stop": 931450930
        },
        {
            "start": 931450962,
            "stop": 931451002
        },
        {
            "start": 931451035,
            "stop": 931451037
        }
    ]
}