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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=347",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=345",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 346,
    "results": [
        {
            "start": 847718715,
            "stop": 847718736
        },
        {
            "start": 847718737,
            "stop": 847718744
        },
        {
            "start": 847718746,
            "stop": 847718795
        },
        {
            "start": 847718796,
            "stop": 847718798
        },
        {
            "start": 847718799,
            "stop": 847718839
        },
        {
            "start": 847718841,
            "stop": 847718919
        },
        {
            "start": 847718920,
            "stop": 847718958
        },
        {
            "start": 847718959,
            "stop": 847718968
        },
        {
            "start": 847718969,
            "stop": 847719000
        },
        {
            "start": 847719001,
            "stop": 847719171
        },
        {
            "start": 847719172,
            "stop": 847719298
        },
        {
            "start": 847719300,
            "stop": 847719306
        },
        {
            "start": 847719307,
            "stop": 847719460
        },
        {
            "start": 847719461,
            "stop": 847719510
        },
        {
            "start": 847719512,
            "stop": 847719547
        },
        {
            "start": 847719549,
            "stop": 847719566
        },
        {
            "start": 847719569,
            "stop": 847719586
        },
        {
            "start": 847719587,
            "stop": 847719607
        },
        {
            "start": 847719608,
            "stop": 847719639
        },
        {
            "start": 847719641,
            "stop": 847719649
        }
    ]
}