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=2134
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=2135",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2133",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2134,
    "results": [
        {
            "start": 872227959,
            "stop": 872227974
        },
        {
            "start": 872228046,
            "stop": 872228049
        },
        {
            "start": 872228068,
            "stop": 872228496
        },
        {
            "start": 872228521,
            "stop": 872228548
        },
        {
            "start": 872228567,
            "stop": 872228706
        },
        {
            "start": 872228725,
            "stop": 872229433
        },
        {
            "start": 872229466,
            "stop": 872229468
        },
        {
            "start": 872229515,
            "stop": 872229689
        },
        {
            "start": 872229716,
            "stop": 872229893
        },
        {
            "start": 872229913,
            "stop": 872229935
        },
        {
            "start": 872229954,
            "stop": 872230665
        },
        {
            "start": 872233647,
            "stop": 872233651
        },
        {
            "start": 872233705,
            "stop": 872233821
        },
        {
            "start": 872233855,
            "stop": 872233857
        },
        {
            "start": 872233876,
            "stop": 872233889
        },
        {
            "start": 872233908,
            "stop": 872234568
        },
        {
            "start": 872234587,
            "stop": 872234590
        },
        {
            "start": 872234609,
            "stop": 872234632
        },
        {
            "start": 872234651,
            "stop": 872234980
        },
        {
            "start": 872235018,
            "stop": 872235127
        }
    ]
}