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=5698
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=5699",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5697",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5698,
    "results": [
        {
            "start": 874584178,
            "stop": 874584309
        },
        {
            "start": 874584312,
            "stop": 874584373
        },
        {
            "start": 874584376,
            "stop": 874584450
        },
        {
            "start": 874584453,
            "stop": 874584565
        },
        {
            "start": 874584568,
            "stop": 874584669
        },
        {
            "start": 874584672,
            "stop": 874584691
        },
        {
            "start": 874584694,
            "stop": 874584814
        },
        {
            "start": 874584818,
            "stop": 874584841
        },
        {
            "start": 874584844,
            "stop": 874584856
        },
        {
            "start": 874584859,
            "stop": 874584860
        },
        {
            "start": 874584863,
            "stop": 874584917
        },
        {
            "start": 874584920,
            "stop": 874585059
        },
        {
            "start": 874585062,
            "stop": 874585074
        },
        {
            "start": 874585077,
            "stop": 874585173
        },
        {
            "start": 874585176,
            "stop": 874585229
        },
        {
            "start": 874585232,
            "stop": 874585337
        },
        {
            "start": 874585340,
            "stop": 874585349
        },
        {
            "start": 874585353,
            "stop": 874585511
        },
        {
            "start": 874585514,
            "stop": 874585565
        },
        {
            "start": 874585568,
            "stop": 874585597
        }
    ]
}