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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT2/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT2/segments?format=api&page=5",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 6,
    "results": [
        {
            "start": 1397275993,
            "stop": 1397276117
        },
        {
            "start": 1397276118,
            "stop": 1397276177
        },
        {
            "start": 1397361783,
            "stop": 1397362203
        },
        {
            "start": 1397362204,
            "stop": 1397364109
        },
        {
            "start": 1397364110,
            "stop": 1397379355
        },
        {
            "start": 1397379450,
            "stop": 1397380050
        },
        {
            "start": 1397380203,
            "stop": 1397380892
        },
        {
            "start": 1397380986,
            "stop": 1397381321
        },
        {
            "start": 1397382314,
            "stop": 1397401316
        },
        {
            "start": 1397401320,
            "stop": 1397401331
        },
        {
            "start": 1397401334,
            "stop": 1397401335
        },
        {
            "start": 1397401336,
            "stop": 1397401341
        },
        {
            "start": 1397401342,
            "stop": 1397401346
        },
        {
            "start": 1397401349,
            "stop": 1397401356
        },
        {
            "start": 1397401368,
            "stop": 1397401407
        },
        {
            "start": 1397416432,
            "stop": 1397416517
        },
        {
            "start": 1397416519,
            "stop": 1397416540
        },
        {
            "start": 1397416541,
            "stop": 1397416632
        },
        {
            "start": 1397416633,
            "stop": 1397416714
        },
        {
            "start": 1397416715,
            "stop": 1397416780
        }
    ]
}