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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=80",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=78",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 79,
    "results": [
        {
            "start": 818053165,
            "stop": 818053171
        },
        {
            "start": 818053183,
            "stop": 818053191
        },
        {
            "start": 818053199,
            "stop": 818053216
        },
        {
            "start": 818053224,
            "stop": 818053229
        },
        {
            "start": 818053237,
            "stop": 818053239
        },
        {
            "start": 818053251,
            "stop": 818053278
        },
        {
            "start": 818053287,
            "stop": 818053292
        },
        {
            "start": 818053307,
            "stop": 818053315
        },
        {
            "start": 818053323,
            "stop": 818053327
        },
        {
            "start": 818053335,
            "stop": 818053339
        },
        {
            "start": 818053353,
            "stop": 818053357
        },
        {
            "start": 818053369,
            "stop": 818053371
        },
        {
            "start": 818053392,
            "stop": 818053412
        },
        {
            "start": 818053424,
            "stop": 818053434
        },
        {
            "start": 818053442,
            "stop": 818053458
        },
        {
            "start": 818053471,
            "stop": 818053480
        },
        {
            "start": 818053488,
            "stop": 818053489
        },
        {
            "start": 818053497,
            "stop": 818053501
        },
        {
            "start": 818053510,
            "stop": 818053512
        },
        {
            "start": 818053538,
            "stop": 818053547
        }
    ]
}