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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5722",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5720",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5721,
    "results": [
        {
            "start": 874605644,
            "stop": 874605658
        },
        {
            "start": 874605662,
            "stop": 874605669
        },
        {
            "start": 874605673,
            "stop": 874605689
        },
        {
            "start": 874605728,
            "stop": 874605737
        },
        {
            "start": 874605741,
            "stop": 874605742
        },
        {
            "start": 874605746,
            "stop": 874605753
        },
        {
            "start": 874605758,
            "stop": 874605765
        },
        {
            "start": 874605768,
            "stop": 874605783
        },
        {
            "start": 874605792,
            "stop": 874605817
        },
        {
            "start": 874605820,
            "stop": 874605822
        },
        {
            "start": 874605826,
            "stop": 874605840
        },
        {
            "start": 874605843,
            "stop": 874605852
        },
        {
            "start": 874605856,
            "stop": 874605878
        },
        {
            "start": 874605882,
            "stop": 874605914
        },
        {
            "start": 874605917,
            "stop": 874605919
        },
        {
            "start": 874605924,
            "stop": 874605925
        },
        {
            "start": 874605928,
            "stop": 874605933
        },
        {
            "start": 874605936,
            "stop": 874605943
        },
        {
            "start": 874605949,
            "stop": 874605950
        },
        {
            "start": 874605955,
            "stop": 874605974
        }
    ]
}