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=46797
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=46798",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46796",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46797,
    "results": [
        {
            "start": 875117175,
            "stop": 875117187
        },
        {
            "start": 875117188,
            "stop": 875117194
        },
        {
            "start": 875117195,
            "stop": 875117285
        },
        {
            "start": 875117286,
            "stop": 875117292
        },
        {
            "start": 875117293,
            "stop": 875117306
        },
        {
            "start": 875117307,
            "stop": 875117328
        },
        {
            "start": 875117329,
            "stop": 875117343
        },
        {
            "start": 875117346,
            "stop": 875117354
        },
        {
            "start": 875117355,
            "stop": 875117366
        },
        {
            "start": 875117367,
            "stop": 875117384
        },
        {
            "start": 875117385,
            "stop": 875117413
        },
        {
            "start": 875117414,
            "stop": 875117434
        },
        {
            "start": 875117435,
            "stop": 875117524
        },
        {
            "start": 875117528,
            "stop": 875117540
        },
        {
            "start": 875117542,
            "stop": 875117544
        },
        {
            "start": 875117545,
            "stop": 875117581
        },
        {
            "start": 875117583,
            "stop": 875117584
        },
        {
            "start": 875117585,
            "stop": 875117619
        },
        {
            "start": 875117621,
            "stop": 875117641
        },
        {
            "start": 875117642,
            "stop": 875117672
        }
    ]
}