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=7056
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=7057",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7055",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7056,
    "results": [
        {
            "start": 874222834,
            "stop": 874222990
        },
        {
            "start": 874222993,
            "stop": 874223051
        },
        {
            "start": 874223054,
            "stop": 874223066
        },
        {
            "start": 874223069,
            "stop": 874223286
        },
        {
            "start": 874223290,
            "stop": 874223326
        },
        {
            "start": 874223330,
            "stop": 874223356
        },
        {
            "start": 874223359,
            "stop": 874223363
        },
        {
            "start": 874223368,
            "stop": 874223384
        },
        {
            "start": 874223387,
            "stop": 874223403
        },
        {
            "start": 874223406,
            "stop": 874223409
        },
        {
            "start": 874223416,
            "stop": 874223501
        },
        {
            "start": 874223504,
            "stop": 874223730
        },
        {
            "start": 874223733,
            "stop": 874223839
        },
        {
            "start": 874223842,
            "stop": 874223925
        },
        {
            "start": 874223928,
            "stop": 874223932
        },
        {
            "start": 874223935,
            "stop": 874223963
        },
        {
            "start": 874223967,
            "stop": 874223990
        },
        {
            "start": 874223993,
            "stop": 874223996
        },
        {
            "start": 874224000,
            "stop": 874224129
        },
        {
            "start": 874224132,
            "stop": 874224134
        }
    ]
}