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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=336",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=334",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 335,
    "results": [
        {
            "start": 931917711,
            "stop": 931917714
        },
        {
            "start": 931917716,
            "stop": 931917719
        },
        {
            "start": 931917721,
            "stop": 931917743
        },
        {
            "start": 931917746,
            "stop": 931917749
        },
        {
            "start": 931917751,
            "stop": 931917754
        },
        {
            "start": 931917759,
            "stop": 931917804
        },
        {
            "start": 931917807,
            "stop": 931917812
        },
        {
            "start": 931917815,
            "stop": 931917828
        },
        {
            "start": 931917833,
            "stop": 931917842
        },
        {
            "start": 931917845,
            "stop": 931917849
        },
        {
            "start": 931917852,
            "stop": 931917901
        },
        {
            "start": 931917903,
            "stop": 931917912
        },
        {
            "start": 931917914,
            "stop": 931917956
        },
        {
            "start": 931917958,
            "stop": 931917970
        },
        {
            "start": 931917974,
            "stop": 931917975
        },
        {
            "start": 931917977,
            "stop": 931917978
        },
        {
            "start": 931917981,
            "stop": 931917990
        },
        {
            "start": 931917993,
            "stop": 931918002
        },
        {
            "start": 931918004,
            "stop": 931918017
        },
        {
            "start": 931918019,
            "stop": 931918039
        }
    ]
}