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_CAT4/segments?format=api&page=8119
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=8120",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8118",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 8119,
    "results": [
        {
            "start": 970854700,
            "stop": 970854759
        },
        {
            "start": 970854763,
            "stop": 970854984
        },
        {
            "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
        }
    ]
}