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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=112",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 113,
    "results": [
        {
            "start": 931674580,
            "stop": 931674582
        },
        {
            "start": 931674605,
            "stop": 931674606
        },
        {
            "start": 931674634,
            "stop": 931674640
        },
        {
            "start": 931674668,
            "stop": 931674669
        },
        {
            "start": 931674677,
            "stop": 931674680
        },
        {
            "start": 931674727,
            "stop": 931674736
        },
        {
            "start": 931674766,
            "stop": 931674774
        },
        {
            "start": 931674783,
            "stop": 931674785
        },
        {
            "start": 931674808,
            "stop": 931674809
        },
        {
            "start": 931674820,
            "stop": 931674830
        },
        {
            "start": 931674843,
            "stop": 931674845
        },
        {
            "start": 931674862,
            "stop": 931674873
        },
        {
            "start": 931674908,
            "stop": 931674914
        },
        {
            "start": 931674928,
            "stop": 931674934
        },
        {
            "start": 931674970,
            "stop": 931674978
        },
        {
            "start": 931675026,
            "stop": 931675033
        },
        {
            "start": 931675040,
            "stop": 931675042
        },
        {
            "start": 931675076,
            "stop": 931675088
        },
        {
            "start": 931675117,
            "stop": 931675131
        },
        {
            "start": 931675157,
            "stop": 931675159
        }
    ]
}