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=74
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=75",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=73",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 74,
    "results": [
        {
            "start": 931594826,
            "stop": 931594833
        },
        {
            "start": 931594840,
            "stop": 931594851
        },
        {
            "start": 931594859,
            "stop": 931594860
        },
        {
            "start": 931594871,
            "stop": 931594882
        },
        {
            "start": 931594904,
            "stop": 931594909
        },
        {
            "start": 931594921,
            "stop": 931594937
        },
        {
            "start": 931594960,
            "stop": 931594967
        },
        {
            "start": 931594978,
            "stop": 931594979
        },
        {
            "start": 931594993,
            "stop": 931594994
        },
        {
            "start": 931595001,
            "stop": 931595004
        },
        {
            "start": 931595023,
            "stop": 931595026
        },
        {
            "start": 931595032,
            "stop": 931595037
        },
        {
            "start": 931595056,
            "stop": 931595068
        },
        {
            "start": 931595074,
            "stop": 931595086
        },
        {
            "start": 931595092,
            "stop": 931595106
        },
        {
            "start": 931595113,
            "stop": 931595121
        },
        {
            "start": 931595128,
            "stop": 931595142
        },
        {
            "start": 931595149,
            "stop": 931595175
        },
        {
            "start": 931595182,
            "stop": 931595208
        },
        {
            "start": 931595217,
            "stop": 931595224
        }
    ]
}