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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5316",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5314",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5315,
    "results": [
        {
            "start": 1136503685,
            "stop": 1136503708
        },
        {
            "start": 1136503710,
            "stop": 1136503989
        },
        {
            "start": 1136503991,
            "stop": 1136504027
        },
        {
            "start": 1136504029,
            "stop": 1136504198
        },
        {
            "start": 1136504201,
            "stop": 1136504395
        },
        {
            "start": 1136504397,
            "stop": 1136504468
        },
        {
            "start": 1136504470,
            "stop": 1136504800
        },
        {
            "start": 1136504802,
            "stop": 1136504808
        },
        {
            "start": 1136504810,
            "stop": 1136505092
        },
        {
            "start": 1136505094,
            "stop": 1136505105
        },
        {
            "start": 1136505109,
            "stop": 1136505295
        },
        {
            "start": 1136505297,
            "stop": 1136505397
        },
        {
            "start": 1136505399,
            "stop": 1136505426
        },
        {
            "start": 1136505428,
            "stop": 1136505613
        },
        {
            "start": 1136505615,
            "stop": 1136505626
        },
        {
            "start": 1136505628,
            "stop": 1136505643
        },
        {
            "start": 1136505645,
            "stop": 1136505648
        },
        {
            "start": 1136505650,
            "stop": 1136505796
        },
        {
            "start": 1136505798,
            "stop": 1136505927
        },
        {
            "start": 1136505929,
            "stop": 1136506006
        }
    ]
}