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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1617",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1615",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1616,
    "results": [
        {
            "start": 954432824,
            "stop": 954432835
        },
        {
            "start": 954432836,
            "stop": 954432845
        },
        {
            "start": 954432846,
            "stop": 954432915
        },
        {
            "start": 954432917,
            "stop": 954432957
        },
        {
            "start": 954434094,
            "stop": 954434810
        },
        {
            "start": 954434812,
            "stop": 954444134
        },
        {
            "start": 954444397,
            "stop": 954446047
        },
        {
            "start": 954446048,
            "stop": 954448435
        },
        {
            "start": 954449482,
            "stop": 954453143
        },
        {
            "start": 954453145,
            "stop": 954456032
        },
        {
            "start": 954456033,
            "stop": 954456326
        },
        {
            "start": 954481337,
            "stop": 954484135
        },
        {
            "start": 954484137,
            "stop": 954484322
        },
        {
            "start": 954484324,
            "stop": 954484341
        },
        {
            "start": 954485483,
            "stop": 954486848
        },
        {
            "start": 954486850,
            "stop": 954486886
        },
        {
            "start": 954486888,
            "stop": 954488757
        },
        {
            "start": 954488759,
            "stop": 954489315
        },
        {
            "start": 954489317,
            "stop": 954490101
        },
        {
            "start": 954490103,
            "stop": 954493903
        }
    ]
}