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=168
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=169",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=167",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 168,
    "results": [
        {
            "start": 931427444,
            "stop": 931427475
        },
        {
            "start": 931427477,
            "stop": 931427480
        },
        {
            "start": 931427483,
            "stop": 931427510
        },
        {
            "start": 931427512,
            "stop": 931427515
        },
        {
            "start": 931427517,
            "stop": 931427518
        },
        {
            "start": 931427520,
            "stop": 931427537
        },
        {
            "start": 931427539,
            "stop": 931427555
        },
        {
            "start": 931427557,
            "stop": 931427565
        },
        {
            "start": 931427569,
            "stop": 931427577
        },
        {
            "start": 931427578,
            "stop": 931427580
        },
        {
            "start": 931427582,
            "stop": 931427587
        },
        {
            "start": 931427589,
            "stop": 931427601
        },
        {
            "start": 931427603,
            "stop": 931427628
        },
        {
            "start": 931427630,
            "stop": 931427635
        },
        {
            "start": 931427638,
            "stop": 931427639
        },
        {
            "start": 931427641,
            "stop": 931427649
        },
        {
            "start": 931427651,
            "stop": 931427656
        },
        {
            "start": 931427659,
            "stop": 931427661
        },
        {
            "start": 931427663,
            "stop": 931427678
        },
        {
            "start": 931427680,
            "stop": 931427696
        }
    ]
}