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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=544",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=542",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 543,
    "results": [
        {
            "start": 1264817306,
            "stop": 1264819065
        },
        {
            "start": 1264819069,
            "stop": 1264820328
        },
        {
            "start": 1264822400,
            "stop": 1264823621
        },
        {
            "start": 1264823622,
            "stop": 1264823967
        },
        {
            "start": 1264823969,
            "stop": 1264824588
        },
        {
            "start": 1264824590,
            "stop": 1264824601
        },
        {
            "start": 1264824602,
            "stop": 1264824696
        },
        {
            "start": 1264824701,
            "stop": 1264824833
        },
        {
            "start": 1264824834,
            "stop": 1264824859
        },
        {
            "start": 1264824861,
            "stop": 1264825381
        },
        {
            "start": 1264825385,
            "stop": 1264825827
        },
        {
            "start": 1264825828,
            "stop": 1264826228
        },
        {
            "start": 1264826230,
            "stop": 1264826878
        },
        {
            "start": 1264826880,
            "stop": 1264827696
        },
        {
            "start": 1264827698,
            "stop": 1264830590
        },
        {
            "start": 1264830592,
            "stop": 1264831699
        },
        {
            "start": 1264831701,
            "stop": 1264833002
        },
        {
            "start": 1264833005,
            "stop": 1264833338
        },
        {
            "start": 1264833343,
            "stop": 1264833447
        },
        {
            "start": 1264833448,
            "stop": 1264834628
        }
    ]
}