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=8318
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=8319",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8317",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8318,
    "results": [
        {
            "start": 874245756,
            "stop": 874245925
        },
        {
            "start": 874246087,
            "stop": 874246115
        },
        {
            "start": 874246134,
            "stop": 874247579
        },
        {
            "start": 874247598,
            "stop": 874247611
        },
        {
            "start": 874248486,
            "stop": 874248589
        },
        {
            "start": 874248608,
            "stop": 874248611
        },
        {
            "start": 874248630,
            "stop": 874248666
        },
        {
            "start": 874249104,
            "stop": 874249170
        },
        {
            "start": 874250526,
            "stop": 874250638
        },
        {
            "start": 874250663,
            "stop": 874250672
        },
        {
            "start": 874250693,
            "stop": 874250750
        },
        {
            "start": 874250776,
            "stop": 874250904
        },
        {
            "start": 874250932,
            "stop": 874251321
        },
        {
            "start": 874251340,
            "stop": 874251918
        },
        {
            "start": 874252172,
            "stop": 874252200
        },
        {
            "start": 874253263,
            "stop": 874253498
        },
        {
            "start": 874253516,
            "stop": 874253526
        },
        {
            "start": 874253561,
            "stop": 874253824
        },
        {
            "start": 874253841,
            "stop": 874255179
        },
        {
            "start": 874255196,
            "stop": 874257062
        }
    ]
}