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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=141",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 142,
    "results": [
        {
            "start": 821530569,
            "stop": 821530575
        },
        {
            "start": 821530578,
            "stop": 821530602
        },
        {
            "start": 821530605,
            "stop": 821530609
        },
        {
            "start": 821530616,
            "stop": 821530651
        },
        {
            "start": 821530654,
            "stop": 821530666
        },
        {
            "start": 821530669,
            "stop": 821530688
        },
        {
            "start": 821530691,
            "stop": 821530698
        },
        {
            "start": 821530702,
            "stop": 821530714
        },
        {
            "start": 821530720,
            "stop": 821530732
        },
        {
            "start": 821530735,
            "stop": 821530804
        },
        {
            "start": 821530810,
            "stop": 821530828
        },
        {
            "start": 821530831,
            "stop": 821530839
        },
        {
            "start": 821530843,
            "stop": 821530846
        },
        {
            "start": 821530849,
            "stop": 821530857
        },
        {
            "start": 821530860,
            "stop": 821530868
        },
        {
            "start": 821530871,
            "stop": 821530913
        },
        {
            "start": 821530916,
            "stop": 821530932
        },
        {
            "start": 821530935,
            "stop": 821530941
        },
        {
            "start": 821530944,
            "stop": 821530967
        },
        {
            "start": 821530970,
            "stop": 821531068
        }
    ]
}