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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1373",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1371",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1372,
    "results": [
        {
            "start": 843866695,
            "stop": 843866696
        },
        {
            "start": 843866699,
            "stop": 843866713
        },
        {
            "start": 843866716,
            "stop": 843866720
        },
        {
            "start": 843866728,
            "stop": 843866729
        },
        {
            "start": 843866735,
            "stop": 843866737
        },
        {
            "start": 843866745,
            "stop": 843866747
        },
        {
            "start": 843866750,
            "stop": 843866753
        },
        {
            "start": 843866764,
            "stop": 843866767
        },
        {
            "start": 843866775,
            "stop": 843866783
        },
        {
            "start": 843866800,
            "stop": 843866801
        },
        {
            "start": 843866807,
            "stop": 843866823
        },
        {
            "start": 843866830,
            "stop": 843866832
        },
        {
            "start": 843866836,
            "stop": 843866838
        },
        {
            "start": 843866841,
            "stop": 843866842
        },
        {
            "start": 843866858,
            "stop": 843866859
        },
        {
            "start": 843866868,
            "stop": 843866871
        },
        {
            "start": 843866882,
            "stop": 843866897
        },
        {
            "start": 843866900,
            "stop": 843866922
        },
        {
            "start": 843866925,
            "stop": 843866949
        },
        {
            "start": 843866960,
            "stop": 843866987
        }
    ]
}