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=365
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=366",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=364",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 365,
    "results": [
        {
            "start": 824925567,
            "stop": 824928599
        },
        {
            "start": 824928607,
            "stop": 824929475
        },
        {
            "start": 824929686,
            "stop": 824930755
        },
        {
            "start": 824930763,
            "stop": 824931009
        },
        {
            "start": 824931014,
            "stop": 824932218
        },
        {
            "start": 824932227,
            "stop": 824932802
        },
        {
            "start": 824933223,
            "stop": 824933973
        },
        {
            "start": 824933978,
            "stop": 824934052
        },
        {
            "start": 824934059,
            "stop": 824935589
        },
        {
            "start": 824935810,
            "stop": 824936553
        },
        {
            "start": 824949411,
            "stop": 824949457
        },
        {
            "start": 824949464,
            "stop": 824949514
        },
        {
            "start": 824949520,
            "stop": 824949634
        },
        {
            "start": 824949640,
            "stop": 824950108
        },
        {
            "start": 824950355,
            "stop": 824950579
        },
        {
            "start": 824950953,
            "stop": 824950999
        },
        {
            "start": 824951004,
            "stop": 824951264
        },
        {
            "start": 824951270,
            "stop": 824951410
        },
        {
            "start": 824951415,
            "stop": 824951421
        },
        {
            "start": 824952114,
            "stop": 824952367
        }
    ]
}