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=40855
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=40856",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40854",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40855,
    "results": [
        {
            "start": 875049626,
            "stop": 875049685
        },
        {
            "start": 875049686,
            "stop": 875049701
        },
        {
            "start": 875049702,
            "stop": 875049767
        },
        {
            "start": 875049768,
            "stop": 875049782
        },
        {
            "start": 875049783,
            "stop": 875049787
        },
        {
            "start": 875049788,
            "stop": 875049806
        },
        {
            "start": 875049807,
            "stop": 875049848
        },
        {
            "start": 875049850,
            "stop": 875049876
        },
        {
            "start": 875049878,
            "stop": 875049904
        },
        {
            "start": 875049905,
            "stop": 875049971
        },
        {
            "start": 875049972,
            "stop": 875050006
        },
        {
            "start": 875050007,
            "stop": 875050072
        },
        {
            "start": 875050073,
            "stop": 875050121
        },
        {
            "start": 875050122,
            "stop": 875050125
        },
        {
            "start": 875050126,
            "stop": 875050166
        },
        {
            "start": 875050168,
            "stop": 875050182
        },
        {
            "start": 875050183,
            "stop": 875050184
        },
        {
            "start": 875050185,
            "stop": 875050194
        },
        {
            "start": 875050197,
            "stop": 875050198
        },
        {
            "start": 875050199,
            "stop": 875050200
        }
    ]
}