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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=95",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=93",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 94,
    "results": [
        {
            "start": 831791206,
            "stop": 831791465
        },
        {
            "start": 831793236,
            "stop": 831797484
        },
        {
            "start": 831798204,
            "stop": 831798573
        },
        {
            "start": 831799247,
            "stop": 831806775
        },
        {
            "start": 831807548,
            "stop": 831810523
        },
        {
            "start": 831811184,
            "stop": 831812066
        },
        {
            "start": 831825403,
            "stop": 831825626
        },
        {
            "start": 831850154,
            "stop": 831850170
        },
        {
            "start": 831851345,
            "stop": 831851447
        },
        {
            "start": 831854953,
            "stop": 831856948
        },
        {
            "start": 831858232,
            "stop": 831858624
        },
        {
            "start": 831859568,
            "stop": 831860731
        },
        {
            "start": 831863971,
            "stop": 831871948
        },
        {
            "start": 831873278,
            "stop": 831873465
        },
        {
            "start": 831876435,
            "stop": 831880436
        },
        {
            "start": 831881134,
            "stop": 831885050
        },
        {
            "start": 831886077,
            "stop": 831898557
        },
        {
            "start": 831899489,
            "stop": 831904015
        },
        {
            "start": 831905483,
            "stop": 831905659
        },
        {
            "start": 831907111,
            "stop": 831908121
        }
    ]
}