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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=280",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=278",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 279,
    "results": [
        {
            "start": 931167687,
            "stop": 931167688
        },
        {
            "start": 931167691,
            "stop": 931167693
        },
        {
            "start": 931167694,
            "stop": 931167699
        },
        {
            "start": 931167700,
            "stop": 931167706
        },
        {
            "start": 931167707,
            "stop": 931167709
        },
        {
            "start": 931167712,
            "stop": 931167715
        },
        {
            "start": 931167716,
            "stop": 931167717
        },
        {
            "start": 931167719,
            "stop": 931167721
        },
        {
            "start": 931167722,
            "stop": 931167724
        },
        {
            "start": 931167726,
            "stop": 931167727
        },
        {
            "start": 931167729,
            "stop": 931167734
        },
        {
            "start": 931167736,
            "stop": 931167738
        },
        {
            "start": 931167740,
            "stop": 931167743
        },
        {
            "start": 931167745,
            "stop": 931167753
        },
        {
            "start": 931167754,
            "stop": 931167770
        },
        {
            "start": 931167771,
            "stop": 931167772
        },
        {
            "start": 931167784,
            "stop": 931167785
        },
        {
            "start": 931167786,
            "stop": 931167798
        },
        {
            "start": 931167800,
            "stop": 931167813
        },
        {
            "start": 931167815,
            "stop": 931167825
        }
    ]
}