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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=212",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=210",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 211,
    "results": [
        {
            "start": 1259252724,
            "stop": 1259252778
        },
        {
            "start": 1259252781,
            "stop": 1259252794
        },
        {
            "start": 1259252803,
            "stop": 1259252842
        },
        {
            "start": 1259252848,
            "stop": 1259252852
        },
        {
            "start": 1259252855,
            "stop": 1259252858
        },
        {
            "start": 1259252861,
            "stop": 1259252871
        },
        {
            "start": 1259252874,
            "stop": 1259252916
        },
        {
            "start": 1259252925,
            "stop": 1259252928
        },
        {
            "start": 1259252931,
            "stop": 1259252939
        },
        {
            "start": 1259252942,
            "stop": 1259252943
        },
        {
            "start": 1259252952,
            "stop": 1259253125
        },
        {
            "start": 1259253128,
            "stop": 1259253135
        },
        {
            "start": 1259253138,
            "stop": 1259253188
        },
        {
            "start": 1259253194,
            "stop": 1259253211
        },
        {
            "start": 1259253214,
            "stop": 1259253242
        },
        {
            "start": 1259253248,
            "stop": 1259253257
        },
        {
            "start": 1259253269,
            "stop": 1259253381
        },
        {
            "start": 1259253387,
            "stop": 1259253419
        },
        {
            "start": 1259253422,
            "stop": 1259253438
        },
        {
            "start": 1259253441,
            "stop": 1259253473
        }
    ]
}