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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16782",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16780",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16781,
    "results": [
        {
            "start": 875113857,
            "stop": 875113861
        },
        {
            "start": 875113864,
            "stop": 875113869
        },
        {
            "start": 875113875,
            "stop": 875113876
        },
        {
            "start": 875113881,
            "stop": 875113883
        },
        {
            "start": 875113885,
            "stop": 875113894
        },
        {
            "start": 875113897,
            "stop": 875113930
        },
        {
            "start": 875113931,
            "stop": 875113933
        },
        {
            "start": 875113936,
            "stop": 875113942
        },
        {
            "start": 875113943,
            "stop": 875113944
        },
        {
            "start": 875113945,
            "stop": 875113950
        },
        {
            "start": 875113951,
            "stop": 875113956
        },
        {
            "start": 875113958,
            "stop": 875113959
        },
        {
            "start": 875113960,
            "stop": 875114062
        },
        {
            "start": 875114064,
            "stop": 875114226
        },
        {
            "start": 875114228,
            "stop": 875114345
        },
        {
            "start": 875114347,
            "stop": 875114363
        },
        {
            "start": 875114365,
            "stop": 875114367
        },
        {
            "start": 875114368,
            "stop": 875114388
        },
        {
            "start": 875114390,
            "stop": 875114541
        },
        {
            "start": 875114542,
            "stop": 875114638
        }
    ]
}