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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=229",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=227",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 228,
    "results": [
        {
            "start": 931537733,
            "stop": 931537739
        },
        {
            "start": 931537753,
            "stop": 931537756
        },
        {
            "start": 931537758,
            "stop": 931537760
        },
        {
            "start": 931537770,
            "stop": 931537771
        },
        {
            "start": 931537777,
            "stop": 931537780
        },
        {
            "start": 931537784,
            "stop": 931537785
        },
        {
            "start": 931537792,
            "stop": 931537796
        },
        {
            "start": 931537798,
            "stop": 931537799
        },
        {
            "start": 931537801,
            "stop": 931537812
        },
        {
            "start": 931537819,
            "stop": 931537822
        },
        {
            "start": 931537829,
            "stop": 931537831
        },
        {
            "start": 931537832,
            "stop": 931537847
        },
        {
            "start": 931537849,
            "stop": 931537850
        },
        {
            "start": 931537854,
            "stop": 931537855
        },
        {
            "start": 931537859,
            "stop": 931537861
        },
        {
            "start": 931537863,
            "stop": 931537864
        },
        {
            "start": 931537867,
            "stop": 931537868
        },
        {
            "start": 931537876,
            "stop": 931537877
        },
        {
            "start": 931537878,
            "stop": 931537880
        },
        {
            "start": 931537883,
            "stop": 931537887
        }
    ]
}