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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46813",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46811",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46812,
    "results": [
        {
            "start": 875126257,
            "stop": 875126263
        },
        {
            "start": 875126267,
            "stop": 875126288
        },
        {
            "start": 875126290,
            "stop": 875126301
        },
        {
            "start": 875126302,
            "stop": 875126358
        },
        {
            "start": 875126359,
            "stop": 875126393
        },
        {
            "start": 875126396,
            "stop": 875126402
        },
        {
            "start": 875126403,
            "stop": 875126443
        },
        {
            "start": 875126444,
            "stop": 875126455
        },
        {
            "start": 875126458,
            "stop": 875126466
        },
        {
            "start": 875126469,
            "stop": 875126497
        },
        {
            "start": 875126498,
            "stop": 875126502
        },
        {
            "start": 875126503,
            "stop": 875126518
        },
        {
            "start": 875126519,
            "stop": 875126524
        },
        {
            "start": 875126525,
            "stop": 875126530
        },
        {
            "start": 875126531,
            "stop": 875126551
        },
        {
            "start": 875126552,
            "stop": 875126563
        },
        {
            "start": 875126569,
            "stop": 875126572
        },
        {
            "start": 875126573,
            "stop": 875126587
        },
        {
            "start": 875126589,
            "stop": 875126612
        },
        {
            "start": 875126614,
            "stop": 875126623
        }
    ]
}