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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=368",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=366",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 367,
    "results": [
        {
            "start": 932066928,
            "stop": 932066929
        },
        {
            "start": 932066939,
            "stop": 932066945
        },
        {
            "start": 932066947,
            "stop": 932066963
        },
        {
            "start": 932066965,
            "stop": 932066972
        },
        {
            "start": 932066973,
            "stop": 932066978
        },
        {
            "start": 932066979,
            "stop": 932066981
        },
        {
            "start": 932066982,
            "stop": 932066986
        },
        {
            "start": 932066991,
            "stop": 932066992
        },
        {
            "start": 932066993,
            "stop": 932066994
        },
        {
            "start": 932067001,
            "stop": 932067004
        },
        {
            "start": 932067011,
            "stop": 932067017
        },
        {
            "start": 932067021,
            "stop": 932067023
        },
        {
            "start": 932067026,
            "stop": 932067027
        },
        {
            "start": 932067028,
            "stop": 932067033
        },
        {
            "start": 932067035,
            "stop": 932067037
        },
        {
            "start": 932067039,
            "stop": 932067040
        },
        {
            "start": 932067042,
            "stop": 932067047
        },
        {
            "start": 932067048,
            "stop": 932067052
        },
        {
            "start": 932067053,
            "stop": 932067055
        },
        {
            "start": 932067057,
            "stop": 932067075
        }
    ]
}