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_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_CBCLOW_CAT4/segments?format=api&page=169",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=167",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 168,
    "results": [
        {
            "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
        },
        {
            "start": 931427698,
            "stop": 931427710
        },
        {
            "start": 931427712,
            "stop": 931427719
        },
        {
            "start": 931427721,
            "stop": 931427722
        },
        {
            "start": 931427724,
            "stop": 931427763
        },
        {
            "start": 931427765,
            "stop": 931427780
        }
    ]
}