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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=346",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=344",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 345,
    "results": [
        {
            "start": 824418067,
            "stop": 824418070
        },
        {
            "start": 824452200,
            "stop": 824453972
        },
        {
            "start": 824455711,
            "stop": 824462247
        },
        {
            "start": 824462260,
            "stop": 824478053
        },
        {
            "start": 824478057,
            "stop": 824490396
        },
        {
            "start": 824491365,
            "stop": 824493420
        },
        {
            "start": 824493600,
            "stop": 824494633
        },
        {
            "start": 824495735,
            "stop": 824499913
        },
        {
            "start": 824500072,
            "stop": 824501041
        },
        {
            "start": 824501364,
            "stop": 824501786
        },
        {
            "start": 824505283,
            "stop": 824506848
        },
        {
            "start": 824506855,
            "stop": 824506909
        },
        {
            "start": 824506912,
            "stop": 824506955
        },
        {
            "start": 824506959,
            "stop": 824507110
        },
        {
            "start": 824507114,
            "stop": 824507146
        },
        {
            "start": 824507156,
            "stop": 824509920
        },
        {
            "start": 824510040,
            "stop": 824510750
        },
        {
            "start": 824510754,
            "stop": 824510785
        },
        {
            "start": 824510788,
            "stop": 824510824
        },
        {
            "start": 824510827,
            "stop": 824510832
        }
    ]
}