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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33090",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33088",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33089,
    "results": [
        {
            "start": 970540428,
            "stop": 970540430
        },
        {
            "start": 970540431,
            "stop": 970540466
        },
        {
            "start": 970540467,
            "stop": 970540474
        },
        {
            "start": 970540475,
            "stop": 970540491
        },
        {
            "start": 970540492,
            "stop": 970540506
        },
        {
            "start": 970540510,
            "stop": 970540527
        },
        {
            "start": 970540529,
            "stop": 970540535
        },
        {
            "start": 970540538,
            "stop": 970540552
        },
        {
            "start": 970540554,
            "stop": 970540559
        },
        {
            "start": 970540560,
            "stop": 970540582
        },
        {
            "start": 970540584,
            "stop": 970540592
        },
        {
            "start": 970540598,
            "stop": 970540605
        },
        {
            "start": 970540606,
            "stop": 970540611
        },
        {
            "start": 970540613,
            "stop": 970540614
        },
        {
            "start": 970540620,
            "stop": 970540655
        },
        {
            "start": 970540657,
            "stop": 970540679
        },
        {
            "start": 970540680,
            "stop": 970540681
        },
        {
            "start": 970540682,
            "stop": 970540683
        },
        {
            "start": 970540684,
            "stop": 970540692
        },
        {
            "start": 970540693,
            "stop": 970540715
        }
    ]
}