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=5650
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=5651",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5649",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5650,
    "results": [
        {
            "start": 874520405,
            "stop": 874520420
        },
        {
            "start": 874520423,
            "stop": 874520456
        },
        {
            "start": 874520460,
            "stop": 874520461
        },
        {
            "start": 874520464,
            "stop": 874520465
        },
        {
            "start": 874520468,
            "stop": 874520473
        },
        {
            "start": 874520486,
            "stop": 874520564
        },
        {
            "start": 874520567,
            "stop": 874520575
        },
        {
            "start": 874520579,
            "stop": 874520602
        },
        {
            "start": 874520605,
            "stop": 874520607
        },
        {
            "start": 874520610,
            "stop": 874520617
        },
        {
            "start": 874520620,
            "stop": 874520650
        },
        {
            "start": 874520654,
            "stop": 874520660
        },
        {
            "start": 874520664,
            "stop": 874520712
        },
        {
            "start": 874520717,
            "stop": 874520725
        },
        {
            "start": 874520730,
            "stop": 874520772
        },
        {
            "start": 874520776,
            "stop": 874520780
        },
        {
            "start": 874520783,
            "stop": 874520788
        },
        {
            "start": 874520796,
            "stop": 874520798
        },
        {
            "start": 874520801,
            "stop": 874520808
        },
        {
            "start": 874520811,
            "stop": 874520817
        }
    ]
}