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=247
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=248",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=246",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 247,
    "results": [
        {
            "start": 1259393938,
            "stop": 1259394527
        },
        {
            "start": 1259394535,
            "stop": 1259395124
        },
        {
            "start": 1259395127,
            "stop": 1259395261
        },
        {
            "start": 1259395264,
            "stop": 1259395678
        },
        {
            "start": 1259395681,
            "stop": 1259395756
        },
        {
            "start": 1259395759,
            "stop": 1259395896
        },
        {
            "start": 1259395899,
            "stop": 1259395909
        },
        {
            "start": 1259395912,
            "stop": 1259395942
        },
        {
            "start": 1259395948,
            "stop": 1259396067
        },
        {
            "start": 1259396070,
            "stop": 1259396081
        },
        {
            "start": 1259396084,
            "stop": 1259396088
        },
        {
            "start": 1259396091,
            "stop": 1259396321
        },
        {
            "start": 1259396324,
            "stop": 1259396469
        },
        {
            "start": 1259396472,
            "stop": 1259396600
        },
        {
            "start": 1259396603,
            "stop": 1259396892
        },
        {
            "start": 1259396895,
            "stop": 1259397017
        },
        {
            "start": 1259397025,
            "stop": 1259397278
        },
        {
            "start": 1259397281,
            "stop": 1259398427
        },
        {
            "start": 1259398430,
            "stop": 1259398507
        },
        {
            "start": 1259398510,
            "stop": 1259399106
        }
    ]
}