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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1643",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1641",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1642,
    "results": [
        {
            "start": 956021627,
            "stop": 956021909
        },
        {
            "start": 956021911,
            "stop": 956021912
        },
        {
            "start": 956021914,
            "stop": 956022061
        },
        {
            "start": 956022063,
            "stop": 956022266
        },
        {
            "start": 956022267,
            "stop": 956022463
        },
        {
            "start": 956022465,
            "stop": 956025025
        },
        {
            "start": 956025027,
            "stop": 956027485
        },
        {
            "start": 956027486,
            "stop": 956027524
        },
        {
            "start": 956027526,
            "stop": 956057460
        },
        {
            "start": 956060793,
            "stop": 956063815
        },
        {
            "start": 956065660,
            "stop": 956068844
        },
        {
            "start": 956070077,
            "stop": 956077753
        },
        {
            "start": 956077755,
            "stop": 956079025
        },
        {
            "start": 956079027,
            "stop": 956083386
        },
        {
            "start": 956083388,
            "stop": 956083403
        },
        {
            "start": 956083405,
            "stop": 956083575
        },
        {
            "start": 956083577,
            "stop": 956083580
        },
        {
            "start": 956083590,
            "stop": 956083704
        },
        {
            "start": 956083706,
            "stop": 956084030
        },
        {
            "start": 956088341,
            "stop": 956093947
        }
    ]
}