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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46690",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46688",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46689,
    "results": [
        {
            "start": 875047344,
            "stop": 875047366
        },
        {
            "start": 875047367,
            "stop": 875047394
        },
        {
            "start": 875047395,
            "stop": 875047399
        },
        {
            "start": 875047400,
            "stop": 875047413
        },
        {
            "start": 875047414,
            "stop": 875047416
        },
        {
            "start": 875047417,
            "stop": 875047420
        },
        {
            "start": 875047422,
            "stop": 875047450
        },
        {
            "start": 875047451,
            "stop": 875047459
        },
        {
            "start": 875047460,
            "stop": 875047462
        },
        {
            "start": 875047465,
            "stop": 875047470
        },
        {
            "start": 875047472,
            "stop": 875047493
        },
        {
            "start": 875047495,
            "stop": 875047496
        },
        {
            "start": 875047498,
            "stop": 875047502
        },
        {
            "start": 875047503,
            "stop": 875047504
        },
        {
            "start": 875047507,
            "stop": 875047538
        },
        {
            "start": 875047539,
            "stop": 875047552
        },
        {
            "start": 875047553,
            "stop": 875047559
        },
        {
            "start": 875047560,
            "stop": 875047590
        },
        {
            "start": 875047591,
            "stop": 875047593
        },
        {
            "start": 875047594,
            "stop": 875047611
        }
    ]
}