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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=589",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=587",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 588,
    "results": [
        {
            "start": 1265001473,
            "stop": 1265001479
        },
        {
            "start": 1265001483,
            "stop": 1265001511
        },
        {
            "start": 1265001512,
            "stop": 1265001607
        },
        {
            "start": 1265001608,
            "stop": 1265001632
        },
        {
            "start": 1265001642,
            "stop": 1265001734
        },
        {
            "start": 1265001736,
            "stop": 1265001741
        },
        {
            "start": 1265001742,
            "stop": 1265001752
        },
        {
            "start": 1265001753,
            "stop": 1265001754
        },
        {
            "start": 1265001755,
            "stop": 1265001765
        },
        {
            "start": 1265001766,
            "stop": 1265001767
        },
        {
            "start": 1265001768,
            "stop": 1265001770
        },
        {
            "start": 1265001771,
            "stop": 1265001773
        },
        {
            "start": 1265001776,
            "stop": 1265001859
        },
        {
            "start": 1265001860,
            "stop": 1265001887
        },
        {
            "start": 1265001890,
            "stop": 1265001891
        },
        {
            "start": 1265001893,
            "stop": 1265001895
        },
        {
            "start": 1265001904,
            "stop": 1265001908
        },
        {
            "start": 1265001909,
            "stop": 1265001913
        },
        {
            "start": 1265001917,
            "stop": 1265001983
        },
        {
            "start": 1265001984,
            "stop": 1265002077
        }
    ]
}