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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=570",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=568",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 569,
    "results": [
        {
            "start": 1262841291,
            "stop": 1262841751
        },
        {
            "start": 1262841754,
            "stop": 1262844407
        },
        {
            "start": 1262844473,
            "stop": 1262844593
        },
        {
            "start": 1262844602,
            "stop": 1262844605
        },
        {
            "start": 1262844606,
            "stop": 1262844627
        },
        {
            "start": 1262844643,
            "stop": 1262844671
        },
        {
            "start": 1262844672,
            "stop": 1262844780
        },
        {
            "start": 1262844782,
            "stop": 1262844803
        },
        {
            "start": 1262844805,
            "stop": 1262844810
        },
        {
            "start": 1262844812,
            "stop": 1262844826
        },
        {
            "start": 1262844829,
            "stop": 1262844843
        },
        {
            "start": 1262844849,
            "stop": 1262844858
        },
        {
            "start": 1262844861,
            "stop": 1262844875
        },
        {
            "start": 1262844894,
            "stop": 1262844895
        },
        {
            "start": 1262844897,
            "stop": 1262844899
        },
        {
            "start": 1262844902,
            "stop": 1262845053
        },
        {
            "start": 1262845061,
            "stop": 1262845062
        },
        {
            "start": 1262845065,
            "stop": 1262845094
        },
        {
            "start": 1262845102,
            "stop": 1262845119
        },
        {
            "start": 1262845124,
            "stop": 1262845127
        }
    ]
}