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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=629",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=627",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 628,
    "results": [
        {
            "start": 842921765,
            "stop": 842922033
        },
        {
            "start": 842922034,
            "stop": 842922062
        },
        {
            "start": 842922063,
            "stop": 842922474
        },
        {
            "start": 842922475,
            "stop": 842922488
        },
        {
            "start": 842922490,
            "stop": 842922505
        },
        {
            "start": 842922506,
            "stop": 842922562
        },
        {
            "start": 842922563,
            "stop": 842922564
        },
        {
            "start": 842922566,
            "stop": 842922567
        },
        {
            "start": 842922568,
            "stop": 842922595
        },
        {
            "start": 842924511,
            "stop": 842927883
        },
        {
            "start": 842929003,
            "stop": 842967493
        },
        {
            "start": 842968301,
            "stop": 842972951
        },
        {
            "start": 842975106,
            "stop": 842981113
        },
        {
            "start": 842982781,
            "stop": 842986069
        },
        {
            "start": 842986774,
            "stop": 842986809
        },
        {
            "start": 842987414,
            "stop": 842988967
        },
        {
            "start": 842989684,
            "stop": 842994493
        },
        {
            "start": 842995635,
            "stop": 842996021
        },
        {
            "start": 842996602,
            "stop": 842997606
        },
        {
            "start": 842998604,
            "stop": 842999770
        }
    ]
}