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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=154",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 155,
    "results": [
        {
            "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
        },
        {
            "start": 821531071,
            "stop": 821531148
        },
        {
            "start": 821531151,
            "stop": 821531645
        },
        {
            "start": 821531648,
            "stop": 821531687
        },
        {
            "start": 821531690,
            "stop": 821531806
        },
        {
            "start": 821531809,
            "stop": 821531823
        }
    ]
}