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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3947",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3945",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3946,
    "results": [
        {
            "start": 874395075,
            "stop": 874395083
        },
        {
            "start": 874395086,
            "stop": 874395597
        },
        {
            "start": 874397966,
            "stop": 874397968
        },
        {
            "start": 874397969,
            "stop": 874397980
        },
        {
            "start": 874397981,
            "stop": 874397993
        },
        {
            "start": 874397994,
            "stop": 874397997
        },
        {
            "start": 874397998,
            "stop": 874398015
        },
        {
            "start": 874398016,
            "stop": 874398027
        },
        {
            "start": 874398028,
            "stop": 874398050
        },
        {
            "start": 874398051,
            "stop": 874398063
        },
        {
            "start": 874398064,
            "stop": 874398068
        },
        {
            "start": 874398069,
            "stop": 874398071
        },
        {
            "start": 874398072,
            "stop": 874398104
        },
        {
            "start": 874398106,
            "stop": 874400817
        },
        {
            "start": 874400821,
            "stop": 874400908
        },
        {
            "start": 874400913,
            "stop": 874400915
        },
        {
            "start": 874400918,
            "stop": 874401034
        },
        {
            "start": 874401037,
            "stop": 874401039
        },
        {
            "start": 874401042,
            "stop": 874401430
        },
        {
            "start": 874401434,
            "stop": 874401442
        }
    ]
}