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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=148",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=146",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 147,
    "results": [
        {
            "start": 931774660,
            "stop": 931774669
        },
        {
            "start": 931774676,
            "stop": 931774681
        },
        {
            "start": 931774688,
            "stop": 931774697
        },
        {
            "start": 931774704,
            "stop": 931774712
        },
        {
            "start": 931774719,
            "stop": 931774720
        },
        {
            "start": 931774733,
            "stop": 931774744
        },
        {
            "start": 931774750,
            "stop": 931774761
        },
        {
            "start": 931774768,
            "stop": 931774791
        },
        {
            "start": 931774806,
            "stop": 931774819
        },
        {
            "start": 931774826,
            "stop": 931774831
        },
        {
            "start": 931774843,
            "stop": 931774846
        },
        {
            "start": 931774855,
            "stop": 931774859
        },
        {
            "start": 931774866,
            "stop": 931774878
        },
        {
            "start": 931774890,
            "stop": 931774893
        },
        {
            "start": 931774899,
            "stop": 931774905
        },
        {
            "start": 931774912,
            "stop": 931774913
        },
        {
            "start": 931774921,
            "stop": 931774927
        },
        {
            "start": 931774934,
            "stop": 931774941
        },
        {
            "start": 931774955,
            "stop": 931774960
        },
        {
            "start": 931774966,
            "stop": 931774968
        }
    ]
}