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=6342
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=6343",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6341",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6342,
    "results": [
        {
            "start": 873381374,
            "stop": 873381766
        },
        {
            "start": 873381768,
            "stop": 873382288
        },
        {
            "start": 873382289,
            "stop": 873382870
        },
        {
            "start": 873382871,
            "stop": 873382873
        },
        {
            "start": 873382875,
            "stop": 873383001
        },
        {
            "start": 873383002,
            "stop": 873383345
        },
        {
            "start": 873383346,
            "stop": 873383652
        },
        {
            "start": 873383654,
            "stop": 873384428
        },
        {
            "start": 873384429,
            "stop": 873384938
        },
        {
            "start": 873384939,
            "stop": 873384976
        },
        {
            "start": 873384977,
            "stop": 873385004
        },
        {
            "start": 873385005,
            "stop": 873385473
        },
        {
            "start": 873385474,
            "stop": 873385940
        },
        {
            "start": 873385941,
            "stop": 873385945
        },
        {
            "start": 873385946,
            "stop": 873385951
        },
        {
            "start": 873385952,
            "stop": 873385957
        },
        {
            "start": 873385958,
            "stop": 873386438
        },
        {
            "start": 873386440,
            "stop": 873386674
        },
        {
            "start": 873386676,
            "stop": 873387011
        },
        {
            "start": 873387012,
            "stop": 873387073
        }
    ]
}