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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=300",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=298",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 299,
    "results": [
        {
            "start": 931541809,
            "stop": 931541826
        },
        {
            "start": 931541829,
            "stop": 931541844
        },
        {
            "start": 931541845,
            "stop": 931541862
        },
        {
            "start": 931541865,
            "stop": 931541877
        },
        {
            "start": 931541879,
            "stop": 931541880
        },
        {
            "start": 931541882,
            "stop": 931541886
        },
        {
            "start": 931541888,
            "stop": 931541892
        },
        {
            "start": 931541894,
            "stop": 931541902
        },
        {
            "start": 931541905,
            "stop": 931541942
        },
        {
            "start": 931541944,
            "stop": 931541946
        },
        {
            "start": 931541948,
            "stop": 931541949
        },
        {
            "start": 931541950,
            "stop": 931541957
        },
        {
            "start": 931541959,
            "stop": 931541967
        },
        {
            "start": 931541969,
            "stop": 931541972
        },
        {
            "start": 931541976,
            "stop": 931541983
        },
        {
            "start": 931541985,
            "stop": 931541989
        },
        {
            "start": 931541991,
            "stop": 931541992
        },
        {
            "start": 931541994,
            "stop": 931542008
        },
        {
            "start": 931542013,
            "stop": 931542015
        },
        {
            "start": 931543472,
            "stop": 931543480
        }
    ]
}