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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=231",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=229",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 230,
    "results": [
        {
            "start": 856951681,
            "stop": 856960258
        },
        {
            "start": 856960438,
            "stop": 856960448
        },
        {
            "start": 856960728,
            "stop": 856972273
        },
        {
            "start": 856973049,
            "stop": 856979971
        },
        {
            "start": 856980199,
            "stop": 856981538
        },
        {
            "start": 856981702,
            "stop": 856985562
        },
        {
            "start": 856987352,
            "stop": 856991397
        },
        {
            "start": 856993920,
            "stop": 856994010
        },
        {
            "start": 856994235,
            "stop": 857031686
        },
        {
            "start": 857032844,
            "stop": 857048023
        },
        {
            "start": 857048744,
            "stop": 857064297
        },
        {
            "start": 857064505,
            "stop": 857066921
        },
        {
            "start": 857072681,
            "stop": 857073263
        },
        {
            "start": 857073357,
            "stop": 857073363
        },
        {
            "start": 857073428,
            "stop": 857073722
        },
        {
            "start": 857077722,
            "stop": 857078034
        },
        {
            "start": 857081970,
            "stop": 857083048
        },
        {
            "start": 857083242,
            "stop": 857084639
        },
        {
            "start": 857084814,
            "stop": 857086238
        },
        {
            "start": 857087732,
            "stop": 857094073
        }
    ]
}