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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8974",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8972",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8973,
    "results": [
        {
            "start": 873808344,
            "stop": 873808497
        },
        {
            "start": 873808517,
            "stop": 873808620
        },
        {
            "start": 873808637,
            "stop": 873809035
        },
        {
            "start": 873809073,
            "stop": 873809225
        },
        {
            "start": 873809251,
            "stop": 873809288
        },
        {
            "start": 873809316,
            "stop": 873809327
        },
        {
            "start": 873809346,
            "stop": 873809515
        },
        {
            "start": 873809538,
            "stop": 873809632
        },
        {
            "start": 873809652,
            "stop": 873809930
        },
        {
            "start": 873809956,
            "stop": 873810176
        },
        {
            "start": 873810196,
            "stop": 873810242
        },
        {
            "start": 873810269,
            "stop": 873810300
        },
        {
            "start": 873810420,
            "stop": 873810463
        },
        {
            "start": 873810494,
            "stop": 873810561
        },
        {
            "start": 873810581,
            "stop": 873810637
        },
        {
            "start": 873810712,
            "stop": 873810743
        },
        {
            "start": 873810762,
            "stop": 873810831
        },
        {
            "start": 873810879,
            "stop": 873811007
        },
        {
            "start": 873811026,
            "stop": 873811041
        },
        {
            "start": 873811062,
            "stop": 873811104
        }
    ]
}