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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT2/segments?format=api&page=380",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT2/segments?format=api&page=378",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 379,
    "results": [
        {
            "start": 1180388746,
            "stop": 1180388747
        },
        {
            "start": 1180388748,
            "stop": 1180388754
        },
        {
            "start": 1180388755,
            "stop": 1180388764
        },
        {
            "start": 1180388765,
            "stop": 1180388808
        },
        {
            "start": 1180388809,
            "stop": 1180388813
        },
        {
            "start": 1180388819,
            "stop": 1180388822
        },
        {
            "start": 1180388826,
            "stop": 1180388842
        },
        {
            "start": 1180388844,
            "stop": 1180388847
        },
        {
            "start": 1180388848,
            "stop": 1180388851
        },
        {
            "start": 1180388860,
            "stop": 1180388861
        },
        {
            "start": 1180388869,
            "stop": 1180388910
        },
        {
            "start": 1180388911,
            "stop": 1180388933
        },
        {
            "start": 1180388934,
            "stop": 1180388935
        },
        {
            "start": 1180388945,
            "stop": 1180388946
        },
        {
            "start": 1180388955,
            "stop": 1180389004
        },
        {
            "start": 1180389005,
            "stop": 1180389009
        },
        {
            "start": 1180389016,
            "stop": 1180389021
        },
        {
            "start": 1180389022,
            "stop": 1180389034
        },
        {
            "start": 1180389035,
            "stop": 1180389047
        },
        {
            "start": 1180389050,
            "stop": 1180389057
        }
    ]
}