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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=160",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=158",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 159,
    "results": [
        {
            "start": 1373499873,
            "stop": 1373500857
        },
        {
            "start": 1373500858,
            "stop": 1373501942
        },
        {
            "start": 1373501947,
            "stop": 1373503605
        },
        {
            "start": 1373503607,
            "stop": 1373503821
        },
        {
            "start": 1373503826,
            "stop": 1373504244
        },
        {
            "start": 1373504246,
            "stop": 1373505595
        },
        {
            "start": 1373505596,
            "stop": 1373505761
        },
        {
            "start": 1373505765,
            "stop": 1373506790
        },
        {
            "start": 1373506794,
            "stop": 1373507428
        },
        {
            "start": 1373507430,
            "stop": 1373508159
        },
        {
            "start": 1373508160,
            "stop": 1373510286
        },
        {
            "start": 1373510287,
            "stop": 1373511503
        },
        {
            "start": 1373511507,
            "stop": 1373512407
        },
        {
            "start": 1373512409,
            "stop": 1373513048
        },
        {
            "start": 1373515713,
            "stop": 1373516237
        },
        {
            "start": 1373516239,
            "stop": 1373516254
        },
        {
            "start": 1373516257,
            "stop": 1373516865
        },
        {
            "start": 1373516867,
            "stop": 1373518010
        },
        {
            "start": 1373518013,
            "stop": 1373518525
        },
        {
            "start": 1373518526,
            "stop": 1373519182
        }
    ]
}