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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15776",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15774",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15775,
    "results": [
        {
            "start": 971170569,
            "stop": 971170572
        },
        {
            "start": 971170575,
            "stop": 971170578
        },
        {
            "start": 971170581,
            "stop": 971170582
        },
        {
            "start": 971170586,
            "stop": 971170587
        },
        {
            "start": 971170593,
            "stop": 971170595
        },
        {
            "start": 971170598,
            "stop": 971170601
        },
        {
            "start": 971170607,
            "stop": 971170611
        },
        {
            "start": 971170655,
            "stop": 971170656
        },
        {
            "start": 971170661,
            "stop": 971170666
        },
        {
            "start": 971170668,
            "stop": 971170669
        },
        {
            "start": 971170671,
            "stop": 971170674
        },
        {
            "start": 971170676,
            "stop": 971170677
        },
        {
            "start": 971170678,
            "stop": 971170679
        },
        {
            "start": 971170681,
            "stop": 971170684
        },
        {
            "start": 971170686,
            "stop": 971170690
        },
        {
            "start": 971170691,
            "stop": 971170697
        },
        {
            "start": 971170698,
            "stop": 971170699
        },
        {
            "start": 971170701,
            "stop": 971170702
        },
        {
            "start": 971170703,
            "stop": 971170707
        },
        {
            "start": 971170709,
            "stop": 971170710
        }
    ]
}