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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=359",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=357",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 358,
    "results": [
        {
            "start": 825046285,
            "stop": 825047048
        },
        {
            "start": 825047348,
            "stop": 825047994
        },
        {
            "start": 825048617,
            "stop": 825048823
        },
        {
            "start": 825048826,
            "stop": 825048884
        },
        {
            "start": 825048888,
            "stop": 825049484
        },
        {
            "start": 825049488,
            "stop": 825050129
        },
        {
            "start": 825050567,
            "stop": 825050821
        },
        {
            "start": 825051378,
            "stop": 825052095
        },
        {
            "start": 825052099,
            "stop": 825054096
        },
        {
            "start": 825054099,
            "stop": 825062972
        },
        {
            "start": 825062976,
            "stop": 825062979
        },
        {
            "start": 825062982,
            "stop": 825063419
        },
        {
            "start": 825063422,
            "stop": 825067247
        },
        {
            "start": 825067250,
            "stop": 825076533
        },
        {
            "start": 825076536,
            "stop": 825078430
        },
        {
            "start": 825078433,
            "stop": 825079500
        },
        {
            "start": 825079503,
            "stop": 825080743
        },
        {
            "start": 825080746,
            "stop": 825081790
        },
        {
            "start": 825081793,
            "stop": 825081982
        },
        {
            "start": 825081985,
            "stop": 825082176
        }
    ]
}