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=246
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=247",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=245",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 246,
    "results": [
        {
            "start": 931677829,
            "stop": 931677830
        },
        {
            "start": 931677836,
            "stop": 931677838
        },
        {
            "start": 931677844,
            "stop": 931677857
        },
        {
            "start": 931677869,
            "stop": 931677870
        },
        {
            "start": 931677873,
            "stop": 931677884
        },
        {
            "start": 931677890,
            "stop": 931677893
        },
        {
            "start": 931677902,
            "stop": 931677906
        },
        {
            "start": 931677909,
            "stop": 931677917
        },
        {
            "start": 931677920,
            "stop": 931677926
        },
        {
            "start": 931677929,
            "stop": 931677932
        },
        {
            "start": 931677934,
            "stop": 931677942
        },
        {
            "start": 931677948,
            "stop": 931677955
        },
        {
            "start": 931677958,
            "stop": 931677963
        },
        {
            "start": 931677966,
            "stop": 931677967
        },
        {
            "start": 931677970,
            "stop": 931677984
        },
        {
            "start": 931677990,
            "stop": 931677991
        },
        {
            "start": 931677994,
            "stop": 931677997
        },
        {
            "start": 931678002,
            "stop": 931678007
        },
        {
            "start": 931678009,
            "stop": 931678012
        },
        {
            "start": 931678015,
            "stop": 931678022
        }
    ]
}