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=6453
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=6454",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6452",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6453,
    "results": [
        {
            "start": 873950984,
            "stop": 873951271
        },
        {
            "start": 873951272,
            "stop": 873952337
        },
        {
            "start": 873952338,
            "stop": 873952356
        },
        {
            "start": 873952357,
            "stop": 873952642
        },
        {
            "start": 873952643,
            "stop": 873952929
        },
        {
            "start": 873952930,
            "stop": 873952976
        },
        {
            "start": 873952977,
            "stop": 873953622
        },
        {
            "start": 873953624,
            "stop": 873953651
        },
        {
            "start": 873953652,
            "stop": 873953729
        },
        {
            "start": 873953730,
            "stop": 873953817
        },
        {
            "start": 873953818,
            "stop": 873953843
        },
        {
            "start": 873953844,
            "stop": 873954186
        },
        {
            "start": 873954187,
            "stop": 873954480
        },
        {
            "start": 873954481,
            "stop": 873954825
        },
        {
            "start": 873954826,
            "stop": 873955309
        },
        {
            "start": 873955311,
            "stop": 873955362
        },
        {
            "start": 873955363,
            "stop": 873955491
        },
        {
            "start": 873955493,
            "stop": 873955698
        },
        {
            "start": 873955700,
            "stop": 873956307
        },
        {
            "start": 873956308,
            "stop": 873956336
        }
    ]
}