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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=163",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=161",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 162,
    "results": [
        {
            "start": 931597820,
            "stop": 931597826
        },
        {
            "start": 931597829,
            "stop": 931597834
        },
        {
            "start": 931597838,
            "stop": 931597840
        },
        {
            "start": 931597843,
            "stop": 931597862
        },
        {
            "start": 931597867,
            "stop": 931597872
        },
        {
            "start": 931597875,
            "stop": 931597884
        },
        {
            "start": 931597892,
            "stop": 931597906
        },
        {
            "start": 931597909,
            "stop": 931597913
        },
        {
            "start": 931597916,
            "stop": 931597919
        },
        {
            "start": 931597922,
            "stop": 931597924
        },
        {
            "start": 931597931,
            "stop": 931597936
        },
        {
            "start": 931597939,
            "stop": 931597949
        },
        {
            "start": 931597952,
            "stop": 931597979
        },
        {
            "start": 931597985,
            "stop": 931597992
        },
        {
            "start": 931597997,
            "stop": 931597998
        },
        {
            "start": 931598001,
            "stop": 931598022
        },
        {
            "start": 931598025,
            "stop": 931598027
        },
        {
            "start": 931598029,
            "stop": 931598038
        },
        {
            "start": 931598042,
            "stop": 931598053
        },
        {
            "start": 931598056,
            "stop": 931598057
        }
    ]
}