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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=223",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=221",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 222,
    "results": [
        {
            "start": 934243421,
            "stop": 934243435
        },
        {
            "start": 934243439,
            "stop": 934243990
        },
        {
            "start": 934248432,
            "stop": 934250535
        },
        {
            "start": 934250537,
            "stop": 934250553
        },
        {
            "start": 934250556,
            "stop": 934250557
        },
        {
            "start": 934250560,
            "stop": 934250611
        },
        {
            "start": 934250614,
            "stop": 934250618
        },
        {
            "start": 934250620,
            "stop": 934250627
        },
        {
            "start": 934257654,
            "stop": 934257758
        },
        {
            "start": 934257760,
            "stop": 934257783
        },
        {
            "start": 934257785,
            "stop": 934257815
        },
        {
            "start": 934257818,
            "stop": 934257832
        },
        {
            "start": 934257836,
            "stop": 934261358
        },
        {
            "start": 934261360,
            "stop": 934261367
        },
        {
            "start": 934261369,
            "stop": 934261384
        },
        {
            "start": 934261386,
            "stop": 934261391
        },
        {
            "start": 934261393,
            "stop": 934261410
        },
        {
            "start": 934261412,
            "stop": 934261417
        },
        {
            "start": 934261419,
            "stop": 934261433
        },
        {
            "start": 934261437,
            "stop": 934261881
        }
    ]
}