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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=116",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 117,
    "results": [
        {
            "start": 816758678,
            "stop": 816758684
        },
        {
            "start": 816758688,
            "stop": 816758744
        },
        {
            "start": 816758748,
            "stop": 816758753
        },
        {
            "start": 816758757,
            "stop": 816758760
        },
        {
            "start": 816758789,
            "stop": 816758816
        },
        {
            "start": 816758821,
            "stop": 816759012
        },
        {
            "start": 816759041,
            "stop": 816759057
        },
        {
            "start": 816759065,
            "stop": 816759116
        },
        {
            "start": 816759122,
            "stop": 816759241
        },
        {
            "start": 816759252,
            "stop": 816759254
        },
        {
            "start": 816759259,
            "stop": 816759347
        },
        {
            "start": 816759351,
            "stop": 816759414
        },
        {
            "start": 816759417,
            "stop": 816759426
        },
        {
            "start": 816759430,
            "stop": 816759434
        },
        {
            "start": 816759438,
            "stop": 816759447
        },
        {
            "start": 816759452,
            "stop": 816759458
        },
        {
            "start": 816759462,
            "stop": 816759465
        },
        {
            "start": 816759470,
            "stop": 816759493
        },
        {
            "start": 816760119,
            "stop": 816760123
        },
        {
            "start": 816760129,
            "stop": 816760139
        }
    ]
}