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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=134",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 135,
    "results": [
        {
            "start": 834665470,
            "stop": 834666971
        },
        {
            "start": 834667499,
            "stop": 834676229
        },
        {
            "start": 834676677,
            "stop": 834676743
        },
        {
            "start": 834677232,
            "stop": 834687663
        },
        {
            "start": 834688063,
            "stop": 834690727
        },
        {
            "start": 834692707,
            "stop": 834707433
        },
        {
            "start": 834708520,
            "stop": 834715808
        },
        {
            "start": 834716229,
            "stop": 834723637
        },
        {
            "start": 834724212,
            "stop": 834726940
        },
        {
            "start": 834727422,
            "stop": 834731478
        },
        {
            "start": 834732030,
            "stop": 834732930
        },
        {
            "start": 834733410,
            "stop": 834744057
        },
        {
            "start": 834745837,
            "stop": 834778461
        },
        {
            "start": 834778961,
            "stop": 834779933
        },
        {
            "start": 834783331,
            "stop": 834787586
        },
        {
            "start": 834788351,
            "stop": 834795532
        },
        {
            "start": 834799716,
            "stop": 834800196
        },
        {
            "start": 834810465,
            "stop": 834810829
        },
        {
            "start": 834810830,
            "stop": 834811513
        },
        {
            "start": 834812640,
            "stop": 834832687
        }
    ]
}