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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=127",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=125",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 126,
    "results": [
        {
            "start": 931590167,
            "stop": 931590185
        },
        {
            "start": 931590188,
            "stop": 931590189
        },
        {
            "start": 931590198,
            "stop": 931590202
        },
        {
            "start": 931590211,
            "stop": 931590212
        },
        {
            "start": 931590218,
            "stop": 931590226
        },
        {
            "start": 931590233,
            "stop": 931590234
        },
        {
            "start": 931590242,
            "stop": 931590244
        },
        {
            "start": 931590248,
            "stop": 931590251
        },
        {
            "start": 931590253,
            "stop": 931590255
        },
        {
            "start": 931590257,
            "stop": 931590259
        },
        {
            "start": 931590261,
            "stop": 931590262
        },
        {
            "start": 931590267,
            "stop": 931590268
        },
        {
            "start": 931590272,
            "stop": 931590278
        },
        {
            "start": 931590282,
            "stop": 931590285
        },
        {
            "start": 931590288,
            "stop": 931590295
        },
        {
            "start": 931590301,
            "stop": 931590305
        },
        {
            "start": 931590310,
            "stop": 931590329
        },
        {
            "start": 931590332,
            "stop": 931590334
        },
        {
            "start": 931590337,
            "stop": 931590352
        },
        {
            "start": 931590355,
            "stop": 931590358
        }
    ]
}