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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=103",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 104,
    "results": [
        {
            "start": 816931201,
            "stop": 816931291
        },
        {
            "start": 816931318,
            "stop": 816931375
        },
        {
            "start": 816931451,
            "stop": 816931454
        },
        {
            "start": 816931487,
            "stop": 816931550
        },
        {
            "start": 816931574,
            "stop": 816931600
        },
        {
            "start": 816931634,
            "stop": 816931841
        },
        {
            "start": 816931861,
            "stop": 816931872
        },
        {
            "start": 816931892,
            "stop": 816931901
        },
        {
            "start": 816931980,
            "stop": 816932027
        },
        {
            "start": 816932049,
            "stop": 816932174
        },
        {
            "start": 816932177,
            "stop": 816932211
        },
        {
            "start": 816932283,
            "stop": 816932293
        },
        {
            "start": 816932323,
            "stop": 816932411
        },
        {
            "start": 816932484,
            "stop": 816932515
        },
        {
            "start": 816932534,
            "stop": 816932558
        },
        {
            "start": 816932578,
            "stop": 816932666
        },
        {
            "start": 816932669,
            "stop": 816932700
        },
        {
            "start": 816932720,
            "stop": 816932757
        },
        {
            "start": 816932844,
            "stop": 816932895
        },
        {
            "start": 816932928,
            "stop": 816933015
        }
    ]
}