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=170
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=171",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=169",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 170,
    "results": [
        {
            "start": 931428049,
            "stop": 931428051
        },
        {
            "start": 931428054,
            "stop": 931428056
        },
        {
            "start": 931428059,
            "stop": 931428063
        },
        {
            "start": 931428066,
            "stop": 931428083
        },
        {
            "start": 931428085,
            "stop": 931428088
        },
        {
            "start": 931428090,
            "stop": 931428091
        },
        {
            "start": 931428094,
            "stop": 931428101
        },
        {
            "start": 931428103,
            "stop": 931428111
        },
        {
            "start": 931428114,
            "stop": 931428115
        },
        {
            "start": 931428117,
            "stop": 931428120
        },
        {
            "start": 931428122,
            "stop": 931428133
        },
        {
            "start": 931428135,
            "stop": 931428140
        },
        {
            "start": 931428142,
            "stop": 931428145
        },
        {
            "start": 931428149,
            "stop": 931428151
        },
        {
            "start": 931428153,
            "stop": 931428156
        },
        {
            "start": 931428160,
            "stop": 931428162
        },
        {
            "start": 931428164,
            "stop": 931428167
        },
        {
            "start": 931428169,
            "stop": 931428172
        },
        {
            "start": 931428174,
            "stop": 931428178
        },
        {
            "start": 931428180,
            "stop": 931428204
        }
    ]
}