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=183
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=184",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=182",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 183,
    "results": [
        {
            "start": 931602250,
            "stop": 931602251
        },
        {
            "start": 931602254,
            "stop": 931602257
        },
        {
            "start": 931602265,
            "stop": 931602270
        },
        {
            "start": 931602272,
            "stop": 931602274
        },
        {
            "start": 931602277,
            "stop": 931602278
        },
        {
            "start": 931602280,
            "stop": 931602282
        },
        {
            "start": 931602285,
            "stop": 931602288
        },
        {
            "start": 931602292,
            "stop": 931602297
        },
        {
            "start": 931602300,
            "stop": 931602301
        },
        {
            "start": 931602312,
            "stop": 931602318
        },
        {
            "start": 931602323,
            "stop": 931602332
        },
        {
            "start": 931602335,
            "stop": 931602336
        },
        {
            "start": 931602339,
            "stop": 931602345
        },
        {
            "start": 931602348,
            "stop": 931602349
        },
        {
            "start": 931602356,
            "stop": 931602360
        },
        {
            "start": 931602372,
            "stop": 931602374
        },
        {
            "start": 931602379,
            "stop": 931602380
        },
        {
            "start": 931602392,
            "stop": 931602396
        },
        {
            "start": 931602399,
            "stop": 931602400
        },
        {
            "start": 931602406,
            "stop": 931602408
        }
    ]
}