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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7013",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7011",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7012,
    "results": [
        {
            "start": 873911247,
            "stop": 873911258
        },
        {
            "start": 873911261,
            "stop": 873911277
        },
        {
            "start": 873911280,
            "stop": 873911289
        },
        {
            "start": 873911292,
            "stop": 873911318
        },
        {
            "start": 873911321,
            "stop": 873911393
        },
        {
            "start": 873911396,
            "stop": 873911404
        },
        {
            "start": 873911408,
            "stop": 873911414
        },
        {
            "start": 873911433,
            "stop": 873911434
        },
        {
            "start": 873911438,
            "stop": 873911441
        },
        {
            "start": 873911444,
            "stop": 873911464
        },
        {
            "start": 873911468,
            "stop": 873911471
        },
        {
            "start": 873911485,
            "stop": 873911507
        },
        {
            "start": 873911510,
            "stop": 873911528
        },
        {
            "start": 873911531,
            "stop": 873911621
        },
        {
            "start": 873911624,
            "stop": 873911632
        },
        {
            "start": 873911635,
            "stop": 873911664
        },
        {
            "start": 873911670,
            "stop": 873911671
        },
        {
            "start": 873911680,
            "stop": 873911686
        },
        {
            "start": 873911689,
            "stop": 873911700
        },
        {
            "start": 873911760,
            "stop": 873911761
        }
    ]
}