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=16744
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=16745",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16743",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16744,
    "results": [
        {
            "start": 875065408,
            "stop": 875065493
        },
        {
            "start": 875065494,
            "stop": 875065694
        },
        {
            "start": 875065696,
            "stop": 875066347
        },
        {
            "start": 875066348,
            "stop": 875066650
        },
        {
            "start": 875066652,
            "stop": 875067364
        },
        {
            "start": 875067365,
            "stop": 875067373
        },
        {
            "start": 875067374,
            "stop": 875067614
        },
        {
            "start": 875067615,
            "stop": 875068236
        },
        {
            "start": 875068239,
            "stop": 875068315
        },
        {
            "start": 875068316,
            "stop": 875068359
        },
        {
            "start": 875068361,
            "stop": 875068600
        },
        {
            "start": 875068601,
            "stop": 875068665
        },
        {
            "start": 875068666,
            "stop": 875068854
        },
        {
            "start": 875068855,
            "stop": 875068861
        },
        {
            "start": 875068863,
            "stop": 875068876
        },
        {
            "start": 875068877,
            "stop": 875068955
        },
        {
            "start": 875068956,
            "stop": 875069625
        },
        {
            "start": 875069626,
            "stop": 875069628
        },
        {
            "start": 875069629,
            "stop": 875069716
        },
        {
            "start": 875069718,
            "stop": 875069877
        }
    ]
}