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=46658
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=46659",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46657",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46658,
    "results": [
        {
            "start": 875033773,
            "stop": 875033774
        },
        {
            "start": 875033775,
            "stop": 875033785
        },
        {
            "start": 875033787,
            "stop": 875033809
        },
        {
            "start": 875033811,
            "stop": 875033822
        },
        {
            "start": 875033824,
            "stop": 875033828
        },
        {
            "start": 875033830,
            "stop": 875033832
        },
        {
            "start": 875033834,
            "stop": 875033837
        },
        {
            "start": 875033838,
            "stop": 875033849
        },
        {
            "start": 875033850,
            "stop": 875033865
        },
        {
            "start": 875033866,
            "stop": 875033878
        },
        {
            "start": 875033879,
            "stop": 875033890
        },
        {
            "start": 875033893,
            "stop": 875033914
        },
        {
            "start": 875033916,
            "stop": 875033928
        },
        {
            "start": 875033930,
            "stop": 875033937
        },
        {
            "start": 875033939,
            "stop": 875033943
        },
        {
            "start": 875033944,
            "stop": 875033945
        },
        {
            "start": 875033947,
            "stop": 875033962
        },
        {
            "start": 875033963,
            "stop": 875033965
        },
        {
            "start": 875033967,
            "stop": 875033972
        },
        {
            "start": 875033974,
            "stop": 875033977
        }
    ]
}