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=227
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=228",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=226",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 227,
    "results": [
        {
            "start": 1259278547,
            "stop": 1259278563
        },
        {
            "start": 1259278569,
            "stop": 1259278572
        },
        {
            "start": 1259278575,
            "stop": 1259278578
        },
        {
            "start": 1259278584,
            "stop": 1259278625
        },
        {
            "start": 1259278634,
            "stop": 1259278659
        },
        {
            "start": 1259278680,
            "stop": 1259278746
        },
        {
            "start": 1259278760,
            "stop": 1259278789
        },
        {
            "start": 1259278795,
            "stop": 1259278798
        },
        {
            "start": 1259278807,
            "stop": 1259278829
        },
        {
            "start": 1259278838,
            "stop": 1259278842
        },
        {
            "start": 1259278847,
            "stop": 1259278848
        },
        {
            "start": 1259278851,
            "stop": 1259278867
        },
        {
            "start": 1259278870,
            "stop": 1259279013
        },
        {
            "start": 1259279016,
            "stop": 1259279154
        },
        {
            "start": 1259279157,
            "stop": 1259279163
        },
        {
            "start": 1259279166,
            "stop": 1259279390
        },
        {
            "start": 1259279393,
            "stop": 1259279414
        },
        {
            "start": 1259279417,
            "stop": 1259279509
        },
        {
            "start": 1259279512,
            "stop": 1259279516
        },
        {
            "start": 1259279519,
            "stop": 1259279522
        }
    ]
}