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=46674
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=46675",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46673",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46674,
    "results": [
        {
            "start": 875040733,
            "stop": 875040744
        },
        {
            "start": 875040745,
            "stop": 875040752
        },
        {
            "start": 875040753,
            "stop": 875040757
        },
        {
            "start": 875040758,
            "stop": 875040765
        },
        {
            "start": 875040767,
            "stop": 875040774
        },
        {
            "start": 875040775,
            "stop": 875040809
        },
        {
            "start": 875040810,
            "stop": 875040815
        },
        {
            "start": 875040818,
            "stop": 875040840
        },
        {
            "start": 875040841,
            "stop": 875040847
        },
        {
            "start": 875040849,
            "stop": 875040863
        },
        {
            "start": 875040864,
            "stop": 875040865
        },
        {
            "start": 875040866,
            "stop": 875040901
        },
        {
            "start": 875040902,
            "stop": 875040917
        },
        {
            "start": 875040918,
            "stop": 875040927
        },
        {
            "start": 875040928,
            "stop": 875040934
        },
        {
            "start": 875040935,
            "stop": 875040944
        },
        {
            "start": 875040946,
            "stop": 875040953
        },
        {
            "start": 875040954,
            "stop": 875040970
        },
        {
            "start": 875040971,
            "stop": 875040985
        },
        {
            "start": 875040986,
            "stop": 875040995
        }
    ]
}