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=4765
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=4766",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4764",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4765,
    "results": [
        {
            "start": 970316875,
            "stop": 970316901
        },
        {
            "start": 970316907,
            "stop": 970316909
        },
        {
            "start": 970316914,
            "stop": 970316973
        },
        {
            "start": 970316976,
            "stop": 970317022
        },
        {
            "start": 970317040,
            "stop": 970317057
        },
        {
            "start": 970317060,
            "stop": 970317085
        },
        {
            "start": 970317088,
            "stop": 970317095
        },
        {
            "start": 970317099,
            "stop": 970317130
        },
        {
            "start": 970317133,
            "stop": 970317143
        },
        {
            "start": 970317146,
            "stop": 970317164
        },
        {
            "start": 970317167,
            "stop": 970317198
        },
        {
            "start": 970317201,
            "stop": 970317217
        },
        {
            "start": 970317220,
            "stop": 970317362
        },
        {
            "start": 970317365,
            "stop": 970317384
        },
        {
            "start": 970317387,
            "stop": 970317400
        },
        {
            "start": 970317403,
            "stop": 970317474
        },
        {
            "start": 970317477,
            "stop": 970317546
        },
        {
            "start": 970317553,
            "stop": 970317560
        },
        {
            "start": 970317563,
            "stop": 970317573
        },
        {
            "start": 970317577,
            "stop": 970317608
        }
    ]
}