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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3013",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3011",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3012,
    "results": [
        {
            "start": 862934482,
            "stop": 862935544
        },
        {
            "start": 862935547,
            "stop": 862937070
        },
        {
            "start": 862937075,
            "stop": 862938180
        },
        {
            "start": 862938240,
            "stop": 862942184
        },
        {
            "start": 862942187,
            "stop": 862942188
        },
        {
            "start": 862942191,
            "stop": 862942194
        },
        {
            "start": 862942504,
            "stop": 862943831
        },
        {
            "start": 862945075,
            "stop": 862946955
        },
        {
            "start": 862948104,
            "stop": 862948194
        },
        {
            "start": 862948494,
            "stop": 862948648
        },
        {
            "start": 862949947,
            "stop": 862950273
        },
        {
            "start": 862950588,
            "stop": 862950720
        },
        {
            "start": 862950780,
            "stop": 862950840
        },
        {
            "start": 862950960,
            "stop": 862953864
        },
        {
            "start": 862955216,
            "stop": 862956867
        },
        {
            "start": 862956870,
            "stop": 862957873
        },
        {
            "start": 862958930,
            "stop": 862965372
        },
        {
            "start": 862965383,
            "stop": 862965395
        },
        {
            "start": 862965400,
            "stop": 862966532
        },
        {
            "start": 862966535,
            "stop": 862968750
        }
    ]
}