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=216
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=217",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=215",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 216,
    "results": [
        {
            "start": 820498882,
            "stop": 820499474
        },
        {
            "start": 820499477,
            "stop": 820499709
        },
        {
            "start": 820499712,
            "stop": 820500112
        },
        {
            "start": 820500115,
            "stop": 820500148
        },
        {
            "start": 820500158,
            "stop": 820501111
        },
        {
            "start": 820501114,
            "stop": 820501519
        },
        {
            "start": 820501522,
            "stop": 820502123
        },
        {
            "start": 820502127,
            "stop": 820502130
        },
        {
            "start": 820502133,
            "stop": 820502703
        },
        {
            "start": 820502706,
            "stop": 820502741
        },
        {
            "start": 820502745,
            "stop": 820503100
        },
        {
            "start": 820503103,
            "stop": 820503164
        },
        {
            "start": 820503167,
            "stop": 820503703
        },
        {
            "start": 820503706,
            "stop": 820504049
        },
        {
            "start": 820504053,
            "stop": 820504491
        },
        {
            "start": 820504494,
            "stop": 820504914
        },
        {
            "start": 820504918,
            "stop": 820504986
        },
        {
            "start": 820504989,
            "stop": 820504992
        },
        {
            "start": 820504995,
            "stop": 820505112
        },
        {
            "start": 820505115,
            "stop": 820505391
        }
    ]
}