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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16604",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16602",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16603,
    "results": [
        {
            "start": 874731178,
            "stop": 874731188
        },
        {
            "start": 874731189,
            "stop": 874731197
        },
        {
            "start": 874731198,
            "stop": 874731247
        },
        {
            "start": 874731249,
            "stop": 874731295
        },
        {
            "start": 874731296,
            "stop": 874731353
        },
        {
            "start": 874731357,
            "stop": 874731384
        },
        {
            "start": 874731386,
            "stop": 874731480
        },
        {
            "start": 874731481,
            "stop": 874731488
        },
        {
            "start": 874731493,
            "stop": 874731499
        },
        {
            "start": 874731501,
            "stop": 874731555
        },
        {
            "start": 874731556,
            "stop": 874731567
        },
        {
            "start": 874731569,
            "stop": 874731572
        },
        {
            "start": 874731573,
            "stop": 874731583
        },
        {
            "start": 874731584,
            "stop": 874731601
        },
        {
            "start": 874731604,
            "stop": 874731606
        },
        {
            "start": 874731607,
            "stop": 874731763
        },
        {
            "start": 874731764,
            "stop": 874731937
        },
        {
            "start": 874731939,
            "stop": 874731989
        },
        {
            "start": 874731990,
            "stop": 874732042
        },
        {
            "start": 874732044,
            "stop": 874732181
        }
    ]
}