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=8129
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=8130",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8128",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8129,
    "results": [
        {
            "start": 970854987,
            "stop": 970855027
        },
        {
            "start": 970855033,
            "stop": 970855035
        },
        {
            "start": 970855038,
            "stop": 970855039
        },
        {
            "start": 970855042,
            "stop": 970855136
        },
        {
            "start": 970855139,
            "stop": 970855198
        },
        {
            "start": 970855207,
            "stop": 970855208
        },
        {
            "start": 970855219,
            "stop": 970855326
        },
        {
            "start": 970855337,
            "stop": 970855400
        },
        {
            "start": 970855403,
            "stop": 970855410
        },
        {
            "start": 970855413,
            "stop": 970855434
        },
        {
            "start": 970855438,
            "stop": 970855503
        },
        {
            "start": 970855543,
            "stop": 970855547
        },
        {
            "start": 970855566,
            "stop": 970855568
        },
        {
            "start": 970855582,
            "stop": 970855590
        },
        {
            "start": 970855598,
            "stop": 970855599
        },
        {
            "start": 970855605,
            "stop": 970855620
        },
        {
            "start": 970855623,
            "stop": 970855624
        },
        {
            "start": 970855627,
            "stop": 970855836
        },
        {
            "start": 970855841,
            "stop": 970855843
        },
        {
            "start": 970855846,
            "stop": 970855968
        }
    ]
}