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=600
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=601",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=599",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 600,
    "results": [
        {
            "start": 1265015424,
            "stop": 1265015835
        },
        {
            "start": 1265015836,
            "stop": 1265016409
        },
        {
            "start": 1265016410,
            "stop": 1265016427
        },
        {
            "start": 1265016428,
            "stop": 1265016500
        },
        {
            "start": 1265016501,
            "stop": 1265016528
        },
        {
            "start": 1265016529,
            "stop": 1265016533
        },
        {
            "start": 1265016534,
            "stop": 1265016544
        },
        {
            "start": 1265016546,
            "stop": 1265016552
        },
        {
            "start": 1265016553,
            "stop": 1265016687
        },
        {
            "start": 1265016688,
            "stop": 1265016689
        },
        {
            "start": 1265016693,
            "stop": 1265016705
        },
        {
            "start": 1265016713,
            "stop": 1265016719
        },
        {
            "start": 1265016720,
            "stop": 1265017036
        },
        {
            "start": 1265017037,
            "stop": 1265017687
        },
        {
            "start": 1265017692,
            "stop": 1265018154
        },
        {
            "start": 1265018159,
            "stop": 1265018479
        },
        {
            "start": 1265018480,
            "stop": 1265018866
        },
        {
            "start": 1265018869,
            "stop": 1265019567
        },
        {
            "start": 1265019568,
            "stop": 1265020626
        },
        {
            "start": 1265020627,
            "stop": 1265020652
        }
    ]
}