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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=300",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=298",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 299,
    "results": [
        {
            "start": 1240388712,
            "stop": 1240389007
        },
        {
            "start": 1240389008,
            "stop": 1240389045
        },
        {
            "start": 1240389046,
            "stop": 1240389105
        },
        {
            "start": 1240389107,
            "stop": 1240389191
        },
        {
            "start": 1240389192,
            "stop": 1240389315
        },
        {
            "start": 1240389316,
            "stop": 1240389510
        },
        {
            "start": 1240389513,
            "stop": 1240389617
        },
        {
            "start": 1240389618,
            "stop": 1240389664
        },
        {
            "start": 1240389665,
            "stop": 1240390098
        },
        {
            "start": 1240390099,
            "stop": 1240390105
        },
        {
            "start": 1240390106,
            "stop": 1240390302
        },
        {
            "start": 1240390303,
            "stop": 1240390366
        },
        {
            "start": 1240390367,
            "stop": 1240391339
        },
        {
            "start": 1240391340,
            "stop": 1240391570
        },
        {
            "start": 1240391571,
            "stop": 1240391611
        },
        {
            "start": 1240391612,
            "stop": 1240391657
        },
        {
            "start": 1240391658,
            "stop": 1240391834
        },
        {
            "start": 1240391835,
            "stop": 1240391948
        },
        {
            "start": 1240391951,
            "stop": 1240392069
        },
        {
            "start": 1240392070,
            "stop": 1240392689
        }
    ]
}