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=46644
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=46645",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46643",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46644,
    "results": [
        {
            "start": 875021197,
            "stop": 875021300
        },
        {
            "start": 875021303,
            "stop": 875021319
        },
        {
            "start": 875021322,
            "stop": 875021382
        },
        {
            "start": 875021385,
            "stop": 875021430
        },
        {
            "start": 875021433,
            "stop": 875021437
        },
        {
            "start": 875021438,
            "stop": 875021460
        },
        {
            "start": 875021461,
            "stop": 875021464
        },
        {
            "start": 875021465,
            "stop": 875021475
        },
        {
            "start": 875021476,
            "stop": 875021485
        },
        {
            "start": 875021489,
            "stop": 875021526
        },
        {
            "start": 875021527,
            "stop": 875021528
        },
        {
            "start": 875021530,
            "stop": 875021533
        },
        {
            "start": 875021536,
            "stop": 875021551
        },
        {
            "start": 875021554,
            "stop": 875021562
        },
        {
            "start": 875021564,
            "stop": 875021591
        },
        {
            "start": 875021592,
            "stop": 875021605
        },
        {
            "start": 875021606,
            "stop": 875021625
        },
        {
            "start": 875021626,
            "stop": 875021630
        },
        {
            "start": 875021634,
            "stop": 875021651
        },
        {
            "start": 875021652,
            "stop": 875021655
        }
    ]
}