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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=404",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=402",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 403,
    "results": [
        {
            "start": 847785957,
            "stop": 847785973
        },
        {
            "start": 847785974,
            "stop": 847785976
        },
        {
            "start": 847785977,
            "stop": 847785984
        },
        {
            "start": 847785985,
            "stop": 847786001
        },
        {
            "start": 847786002,
            "stop": 847786018
        },
        {
            "start": 847786019,
            "stop": 847786041
        },
        {
            "start": 847786045,
            "stop": 847786061
        },
        {
            "start": 847786062,
            "stop": 847786177
        },
        {
            "start": 847786179,
            "stop": 847786188
        },
        {
            "start": 847786190,
            "stop": 847786444
        },
        {
            "start": 847786445,
            "stop": 847786466
        },
        {
            "start": 847786468,
            "stop": 847786486
        },
        {
            "start": 847786488,
            "stop": 847786613
        },
        {
            "start": 847786615,
            "stop": 847786645
        },
        {
            "start": 847786648,
            "stop": 847786696
        },
        {
            "start": 847786697,
            "stop": 847786699
        },
        {
            "start": 847786700,
            "stop": 847786731
        },
        {
            "start": 847786733,
            "stop": 847786902
        },
        {
            "start": 847786903,
            "stop": 847786909
        },
        {
            "start": 847786911,
            "stop": 847786995
        }
    ]
}