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=255
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=256",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=254",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 255,
    "results": [
        {
            "start": 845998997,
            "stop": 845999772
        },
        {
            "start": 845999833,
            "stop": 846001388
        },
        {
            "start": 846001391,
            "stop": 846003515
        },
        {
            "start": 846003518,
            "stop": 846005986
        },
        {
            "start": 846005992,
            "stop": 846006313
        },
        {
            "start": 846006333,
            "stop": 846006335
        },
        {
            "start": 846006388,
            "stop": 846007395
        },
        {
            "start": 846007397,
            "stop": 846008440
        },
        {
            "start": 846008443,
            "stop": 846008446
        },
        {
            "start": 846008450,
            "stop": 846008479
        },
        {
            "start": 846008485,
            "stop": 846008494
        },
        {
            "start": 846008498,
            "stop": 846008524
        },
        {
            "start": 846008527,
            "stop": 846010511
        },
        {
            "start": 846010776,
            "stop": 846012553
        },
        {
            "start": 846012646,
            "stop": 846013022
        },
        {
            "start": 846013482,
            "stop": 846013762
        },
        {
            "start": 846014062,
            "stop": 846016460
        },
        {
            "start": 846016780,
            "stop": 846017722
        },
        {
            "start": 846049150,
            "stop": 846092293
        },
        {
            "start": 846092301,
            "stop": 846092302
        }
    ]
}