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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14165",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14163",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14164,
    "results": [
        {
            "start": 971165944,
            "stop": 971165947
        },
        {
            "start": 971165948,
            "stop": 971165953
        },
        {
            "start": 971165954,
            "stop": 971165955
        },
        {
            "start": 971165964,
            "stop": 971165966
        },
        {
            "start": 971165967,
            "stop": 971165969
        },
        {
            "start": 971165971,
            "stop": 971165985
        },
        {
            "start": 971165990,
            "stop": 971165992
        },
        {
            "start": 971165994,
            "stop": 971165995
        },
        {
            "start": 971166006,
            "stop": 971166007
        },
        {
            "start": 971166008,
            "stop": 971166009
        },
        {
            "start": 971166010,
            "stop": 971166018
        },
        {
            "start": 971166019,
            "stop": 971166020
        },
        {
            "start": 971166021,
            "stop": 971166027
        },
        {
            "start": 971166031,
            "stop": 971166032
        },
        {
            "start": 971166035,
            "stop": 971166036
        },
        {
            "start": 971166040,
            "stop": 971166041
        },
        {
            "start": 971166046,
            "stop": 971166050
        },
        {
            "start": 971166051,
            "stop": 971166052
        },
        {
            "start": 971166057,
            "stop": 971166061
        },
        {
            "start": 971166062,
            "stop": 971166063
        }
    ]
}