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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4662",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4660",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4661,
    "results": [
        {
            "start": 969684546,
            "stop": 969684731
        },
        {
            "start": 969684737,
            "stop": 969684779
        },
        {
            "start": 969684782,
            "stop": 969684784
        },
        {
            "start": 969684787,
            "stop": 969685350
        },
        {
            "start": 969685353,
            "stop": 969685567
        },
        {
            "start": 969685570,
            "stop": 969685757
        },
        {
            "start": 969685760,
            "stop": 969686363
        },
        {
            "start": 969686366,
            "stop": 969686774
        },
        {
            "start": 969686777,
            "stop": 969686796
        },
        {
            "start": 969686799,
            "stop": 969686957
        },
        {
            "start": 969686960,
            "stop": 969687839
        },
        {
            "start": 969687842,
            "stop": 969689016
        },
        {
            "start": 969689019,
            "stop": 969689038
        },
        {
            "start": 969689041,
            "stop": 969689423
        },
        {
            "start": 969689426,
            "stop": 969689611
        },
        {
            "start": 969689614,
            "stop": 969689726
        },
        {
            "start": 969689729,
            "stop": 969690087
        },
        {
            "start": 969690091,
            "stop": 969690113
        },
        {
            "start": 969690116,
            "stop": 969690167
        },
        {
            "start": 969690170,
            "stop": 969690192
        }
    ]
}