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=180
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=181",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=179",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 180,
    "results": [
        {
            "start": 819319095,
            "stop": 819319537
        },
        {
            "start": 819319542,
            "stop": 819320457
        },
        {
            "start": 819320462,
            "stop": 819320509
        },
        {
            "start": 819320514,
            "stop": 819320531
        },
        {
            "start": 819320536,
            "stop": 819320596
        },
        {
            "start": 819321636,
            "stop": 819322793
        },
        {
            "start": 819322809,
            "stop": 819323127
        },
        {
            "start": 819323132,
            "stop": 819323773
        },
        {
            "start": 819323778,
            "stop": 819323798
        },
        {
            "start": 819323803,
            "stop": 819323850
        },
        {
            "start": 819324422,
            "stop": 819325131
        },
        {
            "start": 819326210,
            "stop": 819326952
        },
        {
            "start": 819326993,
            "stop": 819360204
        },
        {
            "start": 819360211,
            "stop": 819360247
        },
        {
            "start": 819360252,
            "stop": 819360400
        },
        {
            "start": 819360405,
            "stop": 819360417
        },
        {
            "start": 819360422,
            "stop": 819360461
        },
        {
            "start": 819360466,
            "stop": 819360479
        },
        {
            "start": 819360497,
            "stop": 819360505
        },
        {
            "start": 819360540,
            "stop": 819360547
        }
    ]
}