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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=920",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=918",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 919,
    "results": [
        {
            "start": 1251473406,
            "stop": 1251473632
        },
        {
            "start": 1251473640,
            "stop": 1251473797
        },
        {
            "start": 1251473800,
            "stop": 1251474169
        },
        {
            "start": 1251474172,
            "stop": 1251474246
        },
        {
            "start": 1251474251,
            "stop": 1251474291
        },
        {
            "start": 1251474295,
            "stop": 1251474391
        },
        {
            "start": 1251474395,
            "stop": 1251474542
        },
        {
            "start": 1251474546,
            "stop": 1251474654
        },
        {
            "start": 1251474658,
            "stop": 1251474726
        },
        {
            "start": 1251474730,
            "stop": 1251474879
        },
        {
            "start": 1251474883,
            "stop": 1251475083
        },
        {
            "start": 1251475087,
            "stop": 1251475342
        },
        {
            "start": 1251475346,
            "stop": 1251475497
        },
        {
            "start": 1251475502,
            "stop": 1251475771
        },
        {
            "start": 1251475775,
            "stop": 1251475901
        },
        {
            "start": 1251475905,
            "stop": 1251476335
        },
        {
            "start": 1251476339,
            "stop": 1251476662
        },
        {
            "start": 1251476666,
            "stop": 1251476869
        },
        {
            "start": 1251476872,
            "stop": 1251476912
        },
        {
            "start": 1251476916,
            "stop": 1251477117
        }
    ]
}