Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=297
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=298",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=296",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 297,
    "results": [
        {
            "start": 935384655,
            "stop": 935387375
        },
        {
            "start": 935387377,
            "stop": 935387850
        },
        {
            "start": 935387853,
            "stop": 935388015
        },
        {
            "start": 935388255,
            "stop": 935389621
        },
        {
            "start": 935389623,
            "stop": 935389831
        },
        {
            "start": 935389833,
            "stop": 935389937
        },
        {
            "start": 935389939,
            "stop": 935391615
        },
        {
            "start": 935391855,
            "stop": 935393477
        },
        {
            "start": 935393479,
            "stop": 935394180
        },
        {
            "start": 935394183,
            "stop": 935394272
        },
        {
            "start": 935394274,
            "stop": 935394597
        },
        {
            "start": 935394642,
            "stop": 935394708
        },
        {
            "start": 935394710,
            "stop": 935395069
        },
        {
            "start": 935395072,
            "stop": 935395215
        },
        {
            "start": 935395455,
            "stop": 935396162
        },
        {
            "start": 935396165,
            "stop": 935397346
        },
        {
            "start": 935397349,
            "stop": 935398097
        },
        {
            "start": 935398099,
            "stop": 935398670
        },
        {
            "start": 935398672,
            "stop": 935398700
        },
        {
            "start": 935398702,
            "stop": 935398744
        }
    ]
}