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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=132",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 133,
    "results": [
        {
            "start": 828387952,
            "stop": 828388213
        },
        {
            "start": 828388808,
            "stop": 828393186
        },
        {
            "start": 828397445,
            "stop": 828425593
        },
        {
            "start": 828427149,
            "stop": 828427623
        },
        {
            "start": 828427701,
            "stop": 828434473
        },
        {
            "start": 828435473,
            "stop": 828457799
        },
        {
            "start": 828458686,
            "stop": 828462122
        },
        {
            "start": 828467413,
            "stop": 828472767
        },
        {
            "start": 828474811,
            "stop": 828475343
        },
        {
            "start": 828477517,
            "stop": 828486829
        },
        {
            "start": 828489140,
            "stop": 828500247
        },
        {
            "start": 828500764,
            "stop": 828503396
        },
        {
            "start": 828504978,
            "stop": 828527881
        },
        {
            "start": 828528653,
            "stop": 828537070
        },
        {
            "start": 828537180,
            "stop": 828543673
        },
        {
            "start": 828543698,
            "stop": 828543699
        },
        {
            "start": 828543883,
            "stop": 828555133
        },
        {
            "start": 828557276,
            "stop": 828557954
        },
        {
            "start": 828558557,
            "stop": 828559077
        },
        {
            "start": 828559081,
            "stop": 828559087
        }
    ]
}