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=380
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=381",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=379",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 380,
    "results": [
        {
            "start": 1260948237,
            "stop": 1260948240
        },
        {
            "start": 1260948242,
            "stop": 1260948252
        },
        {
            "start": 1260948255,
            "stop": 1260948259
        },
        {
            "start": 1260948262,
            "stop": 1260948264
        },
        {
            "start": 1260948266,
            "stop": 1260948291
        },
        {
            "start": 1260948294,
            "stop": 1260948295
        },
        {
            "start": 1260948298,
            "stop": 1260948299
        },
        {
            "start": 1260948300,
            "stop": 1260948429
        },
        {
            "start": 1260948430,
            "stop": 1260948440
        },
        {
            "start": 1260948442,
            "stop": 1260948443
        },
        {
            "start": 1260948444,
            "stop": 1260948737
        },
        {
            "start": 1260948739,
            "stop": 1260948742
        },
        {
            "start": 1260948744,
            "stop": 1260949495
        },
        {
            "start": 1260949497,
            "stop": 1260949519
        },
        {
            "start": 1260949522,
            "stop": 1260949606
        },
        {
            "start": 1260949609,
            "stop": 1260949611
        },
        {
            "start": 1260949614,
            "stop": 1260949616
        },
        {
            "start": 1260949619,
            "stop": 1260949664
        },
        {
            "start": 1260949666,
            "stop": 1260949669
        },
        {
            "start": 1260949671,
            "stop": 1260949673
        }
    ]
}