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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46658",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46656",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46657,
    "results": [
        {
            "start": 875033578,
            "stop": 875033603
        },
        {
            "start": 875033604,
            "stop": 875033605
        },
        {
            "start": 875033606,
            "stop": 875033613
        },
        {
            "start": 875033614,
            "stop": 875033615
        },
        {
            "start": 875033616,
            "stop": 875033629
        },
        {
            "start": 875033631,
            "stop": 875033638
        },
        {
            "start": 875033639,
            "stop": 875033644
        },
        {
            "start": 875033646,
            "stop": 875033664
        },
        {
            "start": 875033665,
            "stop": 875033667
        },
        {
            "start": 875033668,
            "stop": 875033677
        },
        {
            "start": 875033678,
            "stop": 875033690
        },
        {
            "start": 875033691,
            "stop": 875033694
        },
        {
            "start": 875033695,
            "stop": 875033705
        },
        {
            "start": 875033706,
            "stop": 875033713
        },
        {
            "start": 875033714,
            "stop": 875033719
        },
        {
            "start": 875033720,
            "stop": 875033721
        },
        {
            "start": 875033722,
            "stop": 875033742
        },
        {
            "start": 875033745,
            "stop": 875033762
        },
        {
            "start": 875033763,
            "stop": 875033769
        },
        {
            "start": 875033770,
            "stop": 875033772
        }
    ]
}