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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=551",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=549",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 550,
    "results": [
        {
            "start": 1262809901,
            "stop": 1262809906
        },
        {
            "start": 1262809909,
            "stop": 1262809911
        },
        {
            "start": 1262809914,
            "stop": 1262809934
        },
        {
            "start": 1262809937,
            "stop": 1262809966
        },
        {
            "start": 1262809969,
            "stop": 1262809971
        },
        {
            "start": 1262809977,
            "stop": 1262809978
        },
        {
            "start": 1262809981,
            "stop": 1262810020
        },
        {
            "start": 1262810023,
            "stop": 1262810036
        },
        {
            "start": 1262810039,
            "stop": 1262810044
        },
        {
            "start": 1262810047,
            "stop": 1262810062
        },
        {
            "start": 1262810065,
            "stop": 1262810070
        },
        {
            "start": 1262810073,
            "stop": 1262810118
        },
        {
            "start": 1262810121,
            "stop": 1262810197
        },
        {
            "start": 1262810200,
            "stop": 1262810201
        },
        {
            "start": 1262810204,
            "stop": 1262810208
        },
        {
            "start": 1262810211,
            "stop": 1262810262
        },
        {
            "start": 1262810265,
            "stop": 1262810277
        },
        {
            "start": 1262810280,
            "stop": 1262810294
        },
        {
            "start": 1262810297,
            "stop": 1262810298
        },
        {
            "start": 1262810301,
            "stop": 1262810315
        }
    ]
}