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=308
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=309",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=307",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 308,
    "results": [
        {
            "start": 822996599,
            "stop": 822996612
        },
        {
            "start": 822996618,
            "stop": 822996634
        },
        {
            "start": 822996641,
            "stop": 822996649
        },
        {
            "start": 822996654,
            "stop": 822996706
        },
        {
            "start": 822997449,
            "stop": 823005615
        },
        {
            "start": 823005622,
            "stop": 823007602
        },
        {
            "start": 823007611,
            "stop": 823007661
        },
        {
            "start": 823007679,
            "stop": 823008327
        },
        {
            "start": 823008344,
            "stop": 823008383
        },
        {
            "start": 823008388,
            "stop": 823008416
        },
        {
            "start": 823008453,
            "stop": 823008594
        },
        {
            "start": 823008602,
            "stop": 823008676
        },
        {
            "start": 823009280,
            "stop": 823014978
        },
        {
            "start": 823014988,
            "stop": 823015044
        },
        {
            "start": 823015049,
            "stop": 823022028
        },
        {
            "start": 823023188,
            "stop": 823023433
        },
        {
            "start": 823023440,
            "stop": 823025963
        },
        {
            "start": 823026037,
            "stop": 823028012
        },
        {
            "start": 823028437,
            "stop": 823030297
        },
        {
            "start": 823032502,
            "stop": 823033988
        }
    ]
}