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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=61",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=59",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 60,
    "results": [
        {
            "start": 931402445,
            "stop": 931402449
        },
        {
            "start": 931402467,
            "stop": 931402482
        },
        {
            "start": 931402505,
            "stop": 931402516
        },
        {
            "start": 931402533,
            "stop": 931402561
        },
        {
            "start": 931402606,
            "stop": 931402609
        },
        {
            "start": 931402627,
            "stop": 931402639
        },
        {
            "start": 931402657,
            "stop": 931402683
        },
        {
            "start": 931402701,
            "stop": 931402702
        },
        {
            "start": 931402732,
            "stop": 931402770
        },
        {
            "start": 931402787,
            "stop": 931402815
        },
        {
            "start": 931403182,
            "stop": 931403202
        },
        {
            "start": 931403220,
            "stop": 931403221
        },
        {
            "start": 931403470,
            "stop": 931403476
        },
        {
            "start": 931403494,
            "stop": 931403498
        },
        {
            "start": 931403573,
            "stop": 931403582
        },
        {
            "start": 931403600,
            "stop": 931403605
        },
        {
            "start": 931403630,
            "stop": 931403632
        },
        {
            "start": 931403666,
            "stop": 931403674
        },
        {
            "start": 931404235,
            "stop": 931404278
        },
        {
            "start": 931404301,
            "stop": 931404337
        }
    ]
}