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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=283",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=281",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 282,
    "results": [
        {
            "start": 931530707,
            "stop": 931530713
        },
        {
            "start": 931530716,
            "stop": 931530737
        },
        {
            "start": 931530739,
            "stop": 931530746
        },
        {
            "start": 931530747,
            "stop": 931530751
        },
        {
            "start": 931530753,
            "stop": 931530762
        },
        {
            "start": 931530764,
            "stop": 931530767
        },
        {
            "start": 931530771,
            "stop": 931530776
        },
        {
            "start": 931530778,
            "stop": 931530789
        },
        {
            "start": 931530790,
            "stop": 931530791
        },
        {
            "start": 931530792,
            "stop": 931530797
        },
        {
            "start": 931530799,
            "stop": 931530811
        },
        {
            "start": 931530813,
            "stop": 931530821
        },
        {
            "start": 931530823,
            "stop": 931530833
        },
        {
            "start": 931530835,
            "stop": 931530838
        },
        {
            "start": 931530840,
            "stop": 931530852
        },
        {
            "start": 931530854,
            "stop": 931530875
        },
        {
            "start": 931530878,
            "stop": 931530880
        },
        {
            "start": 931530881,
            "stop": 931530886
        },
        {
            "start": 931530887,
            "stop": 931530889
        },
        {
            "start": 931530890,
            "stop": 931530894
        }
    ]
}