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/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3447
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3448",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3446",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3447,
    "results": [
        {
            "start": 969813000,
            "stop": 969813107
        },
        {
            "start": 969813293,
            "stop": 969813449
        },
        {
            "start": 969813452,
            "stop": 969813677
        },
        {
            "start": 969813680,
            "stop": 969813683
        },
        {
            "start": 969813694,
            "stop": 969813725
        },
        {
            "start": 969813728,
            "stop": 969813767
        },
        {
            "start": 969813887,
            "stop": 969813946
        },
        {
            "start": 969813949,
            "stop": 969814007
        },
        {
            "start": 969814067,
            "stop": 969814238
        },
        {
            "start": 969814241,
            "stop": 969814359
        },
        {
            "start": 969814363,
            "stop": 969814427
        },
        {
            "start": 969814547,
            "stop": 969814563
        },
        {
            "start": 969814564,
            "stop": 969814569
        },
        {
            "start": 969814572,
            "stop": 969814593
        },
        {
            "start": 969816076,
            "stop": 969816107
        },
        {
            "start": 969816298,
            "stop": 969816330
        },
        {
            "start": 969816341,
            "stop": 969816360
        },
        {
            "start": 969816361,
            "stop": 969816382
        },
        {
            "start": 969816385,
            "stop": 969816398
        },
        {
            "start": 969816406,
            "stop": 969816466
        }
    ]
}