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=459
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=460",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=458",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 459,
    "results": [
        {
            "start": 847829491,
            "stop": 847829507
        },
        {
            "start": 847829508,
            "stop": 847829529
        },
        {
            "start": 847829532,
            "stop": 847829549
        },
        {
            "start": 847829551,
            "stop": 847829573
        },
        {
            "start": 847829576,
            "stop": 847829580
        },
        {
            "start": 847829581,
            "stop": 847829592
        },
        {
            "start": 847829593,
            "stop": 847829674
        },
        {
            "start": 847829676,
            "stop": 847829677
        },
        {
            "start": 847829679,
            "stop": 847829701
        },
        {
            "start": 847829702,
            "stop": 847829719
        },
        {
            "start": 847829721,
            "stop": 847829750
        },
        {
            "start": 847829751,
            "stop": 847829752
        },
        {
            "start": 847829753,
            "stop": 847829760
        },
        {
            "start": 847829761,
            "stop": 847829763
        },
        {
            "start": 847829764,
            "stop": 847829785
        },
        {
            "start": 847829787,
            "stop": 847829805
        },
        {
            "start": 847829806,
            "stop": 847829830
        },
        {
            "start": 847829832,
            "stop": 847829848
        },
        {
            "start": 847829849,
            "stop": 847829855
        },
        {
            "start": 847829857,
            "stop": 847829873
        }
    ]
}