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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4799",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4797",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4798,
    "results": [
        {
            "start": 970709605,
            "stop": 970709825
        },
        {
            "start": 970709828,
            "stop": 970710363
        },
        {
            "start": 970710366,
            "stop": 970711087
        },
        {
            "start": 970711090,
            "stop": 970711163
        },
        {
            "start": 970711166,
            "stop": 970712251
        },
        {
            "start": 970712254,
            "stop": 970713267
        },
        {
            "start": 970713270,
            "stop": 970713864
        },
        {
            "start": 970713867,
            "stop": 970714298
        },
        {
            "start": 970714301,
            "stop": 970714454
        },
        {
            "start": 970714457,
            "stop": 970715063
        },
        {
            "start": 970715066,
            "stop": 970715394
        },
        {
            "start": 970715397,
            "stop": 970715588
        },
        {
            "start": 970715591,
            "stop": 970715618
        },
        {
            "start": 970715678,
            "stop": 970716259
        },
        {
            "start": 970716262,
            "stop": 970716716
        },
        {
            "start": 970716719,
            "stop": 970716762
        },
        {
            "start": 970716765,
            "stop": 970717126
        },
        {
            "start": 970717129,
            "stop": 970718012
        },
        {
            "start": 970718015,
            "stop": 970718064
        },
        {
            "start": 970718067,
            "stop": 970719421
        }
    ]
}