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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=163",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=161",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 162,
    "results": [
        {
            "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
        },
        {
            "start": 821531071,
            "stop": 821531148
        },
        {
            "start": 821531151,
            "stop": 821531645
        },
        {
            "start": 821531648,
            "stop": 821531687
        },
        {
            "start": 821531690,
            "stop": 821531806
        },
        {
            "start": 821531809,
            "stop": 821531823
        },
        {
            "start": 821531826,
            "stop": 821535872
        },
        {
            "start": 821536605,
            "stop": 821536719
        }
    ]
}