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=223
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=224",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=222",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 223,
    "results": [
        {
            "start": 1259263033,
            "stop": 1259263047
        },
        {
            "start": 1259263053,
            "stop": 1259263056
        },
        {
            "start": 1259263059,
            "stop": 1259263103
        },
        {
            "start": 1259263106,
            "stop": 1259263125
        },
        {
            "start": 1259263128,
            "stop": 1259263154
        },
        {
            "start": 1259263157,
            "stop": 1259263514
        },
        {
            "start": 1259263523,
            "stop": 1259263814
        },
        {
            "start": 1259263817,
            "stop": 1259263948
        },
        {
            "start": 1259263951,
            "stop": 1259264330
        },
        {
            "start": 1259264336,
            "stop": 1259264339
        },
        {
            "start": 1259264342,
            "stop": 1259264359
        },
        {
            "start": 1259264362,
            "stop": 1259264365
        },
        {
            "start": 1259264368,
            "stop": 1259264417
        },
        {
            "start": 1259264432,
            "stop": 1259264500
        },
        {
            "start": 1259264503,
            "stop": 1259264647
        },
        {
            "start": 1259264648,
            "stop": 1259264741
        },
        {
            "start": 1259264744,
            "stop": 1259264786
        },
        {
            "start": 1259264789,
            "stop": 1259265203
        },
        {
            "start": 1259265205,
            "stop": 1259265233
        },
        {
            "start": 1259265239,
            "stop": 1259265243
        }
    ]
}