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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=701",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=699",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 700,
    "results": [
        {
            "start": 1248764981,
            "stop": 1248764990
        },
        {
            "start": 1248764995,
            "stop": 1248764998
        },
        {
            "start": 1248765002,
            "stop": 1248765003
        },
        {
            "start": 1248765007,
            "stop": 1248765226
        },
        {
            "start": 1248770158,
            "stop": 1248773118
        },
        {
            "start": 1248773122,
            "stop": 1248773234
        },
        {
            "start": 1248773242,
            "stop": 1248773348
        },
        {
            "start": 1248773349,
            "stop": 1248773352
        },
        {
            "start": 1248773353,
            "stop": 1248773354
        },
        {
            "start": 1248773355,
            "stop": 1248773356
        },
        {
            "start": 1248773361,
            "stop": 1248773365
        },
        {
            "start": 1248773370,
            "stop": 1248773417
        },
        {
            "start": 1248773421,
            "stop": 1248773441
        },
        {
            "start": 1248773443,
            "stop": 1248776305
        },
        {
            "start": 1248776307,
            "stop": 1248776309
        },
        {
            "start": 1248776313,
            "stop": 1248776315
        },
        {
            "start": 1248776320,
            "stop": 1248776335
        },
        {
            "start": 1248776337,
            "stop": 1248776344
        },
        {
            "start": 1248776347,
            "stop": 1248776386
        },
        {
            "start": 1248776388,
            "stop": 1248776391
        }
    ]
}