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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=182",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=180",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 181,
    "results": [
        {
            "start": 831734194,
            "stop": 831734289
        },
        {
            "start": 831735040,
            "stop": 831735893
        },
        {
            "start": 831736210,
            "stop": 831736384
        },
        {
            "start": 831736500,
            "stop": 831738351
        },
        {
            "start": 831739279,
            "stop": 831740590
        },
        {
            "start": 831743626,
            "stop": 831744044
        },
        {
            "start": 831744047,
            "stop": 831744252
        },
        {
            "start": 831748207,
            "stop": 831748757
        },
        {
            "start": 831748914,
            "stop": 831749749
        },
        {
            "start": 831751929,
            "stop": 831752925
        },
        {
            "start": 831753511,
            "stop": 831753704
        },
        {
            "start": 831754786,
            "stop": 831756066
        },
        {
            "start": 831756371,
            "stop": 831759892
        },
        {
            "start": 831760059,
            "stop": 831760228
        },
        {
            "start": 831764946,
            "stop": 831767543
        },
        {
            "start": 831767633,
            "stop": 831769601
        },
        {
            "start": 831769603,
            "stop": 831772162
        },
        {
            "start": 831772164,
            "stop": 831772424
        },
        {
            "start": 831773445,
            "stop": 831776902
        },
        {
            "start": 831777897,
            "stop": 831778095
        }
    ]
}