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=15866
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=15867",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15865",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15866,
    "results": [
        {
            "start": 971241371,
            "stop": 971241376
        },
        {
            "start": 971241377,
            "stop": 971241383
        },
        {
            "start": 971241384,
            "stop": 971241388
        },
        {
            "start": 971241391,
            "stop": 971241400
        },
        {
            "start": 971241402,
            "stop": 971241408
        },
        {
            "start": 971241411,
            "stop": 971241416
        },
        {
            "start": 971241417,
            "stop": 971241440
        },
        {
            "start": 971241441,
            "stop": 971241460
        },
        {
            "start": 971241461,
            "stop": 971241483
        },
        {
            "start": 971241484,
            "stop": 971241501
        },
        {
            "start": 971241502,
            "stop": 971241505
        },
        {
            "start": 971241506,
            "stop": 971241508
        },
        {
            "start": 971241509,
            "stop": 971241528
        },
        {
            "start": 971241529,
            "stop": 971241551
        },
        {
            "start": 971241552,
            "stop": 971241554
        },
        {
            "start": 971241555,
            "stop": 971241590
        },
        {
            "start": 971241591,
            "stop": 971241647
        },
        {
            "start": 971241648,
            "stop": 971241721
        },
        {
            "start": 971241723,
            "stop": 971241770
        },
        {
            "start": 971241772,
            "stop": 971241787
        }
    ]
}