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=4731
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=4732",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4730",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4731,
    "results": [
        {
            "start": 970080995,
            "stop": 970081118
        },
        {
            "start": 970081178,
            "stop": 970082022
        },
        {
            "start": 970082025,
            "stop": 970082037
        },
        {
            "start": 970082040,
            "stop": 970082324
        },
        {
            "start": 970082327,
            "stop": 970082555
        },
        {
            "start": 970082558,
            "stop": 970082936
        },
        {
            "start": 970082939,
            "stop": 970083560
        },
        {
            "start": 970083563,
            "stop": 970083593
        },
        {
            "start": 970083596,
            "stop": 970083741
        },
        {
            "start": 970084765,
            "stop": 970085127
        },
        {
            "start": 970085130,
            "stop": 970085879
        },
        {
            "start": 970085882,
            "stop": 970086060
        },
        {
            "start": 970086238,
            "stop": 970087764
        },
        {
            "start": 970087767,
            "stop": 970088037
        },
        {
            "start": 970088040,
            "stop": 970088042
        },
        {
            "start": 970088045,
            "stop": 970088454
        },
        {
            "start": 970088458,
            "stop": 970088730
        },
        {
            "start": 970088733,
            "stop": 970088953
        },
        {
            "start": 970088956,
            "stop": 970091053
        },
        {
            "start": 970091056,
            "stop": 970091499
        }
    ]
}