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=121
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=122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=120",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 121,
    "results": [
        {
            "start": 816762471,
            "stop": 816762493
        },
        {
            "start": 816762497,
            "stop": 816762502
        },
        {
            "start": 816762508,
            "stop": 816762548
        },
        {
            "start": 816762553,
            "stop": 816762556
        },
        {
            "start": 816762585,
            "stop": 816762593
        },
        {
            "start": 816762598,
            "stop": 816762612
        },
        {
            "start": 816762619,
            "stop": 816762732
        },
        {
            "start": 816762740,
            "stop": 816762763
        },
        {
            "start": 816762771,
            "stop": 816762918
        },
        {
            "start": 816762923,
            "stop": 816762927
        },
        {
            "start": 816762931,
            "stop": 816762944
        },
        {
            "start": 816762949,
            "stop": 816763073
        },
        {
            "start": 816763102,
            "stop": 816763122
        },
        {
            "start": 816763126,
            "stop": 816763320
        },
        {
            "start": 816763324,
            "stop": 816763377
        },
        {
            "start": 816763407,
            "stop": 816763415
        },
        {
            "start": 816763444,
            "stop": 816763457
        },
        {
            "start": 816763461,
            "stop": 816763508
        },
        {
            "start": 816763513,
            "stop": 816763583
        },
        {
            "start": 816763590,
            "stop": 816763644
        }
    ]
}