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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6317",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6315",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6316,
    "results": [
        {
            "start": 873228825,
            "stop": 873229287
        },
        {
            "start": 873229288,
            "stop": 873229298
        },
        {
            "start": 873229300,
            "stop": 873229314
        },
        {
            "start": 873229316,
            "stop": 873229376
        },
        {
            "start": 873229377,
            "stop": 873229397
        },
        {
            "start": 873229399,
            "stop": 873229734
        },
        {
            "start": 873229736,
            "stop": 873229977
        },
        {
            "start": 873229978,
            "stop": 873230816
        },
        {
            "start": 873230817,
            "stop": 873231134
        },
        {
            "start": 873231135,
            "stop": 873231673
        },
        {
            "start": 873231675,
            "stop": 873231680
        },
        {
            "start": 873231681,
            "stop": 873231813
        },
        {
            "start": 873231815,
            "stop": 873232851
        },
        {
            "start": 873232852,
            "stop": 873233039
        },
        {
            "start": 873233041,
            "stop": 873233689
        },
        {
            "start": 873233691,
            "stop": 873233754
        },
        {
            "start": 873233756,
            "stop": 873234214
        },
        {
            "start": 873234216,
            "stop": 873235046
        },
        {
            "start": 873235047,
            "stop": 873235597
        },
        {
            "start": 873235598,
            "stop": 873235816
        }
    ]
}