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=900
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=901",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=899",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 900,
    "results": [
        {
            "start": 1251331601,
            "stop": 1251331878
        },
        {
            "start": 1251331883,
            "stop": 1251334679
        },
        {
            "start": 1251334684,
            "stop": 1251336806
        },
        {
            "start": 1251336808,
            "stop": 1251338495
        },
        {
            "start": 1251338498,
            "stop": 1251339120
        },
        {
            "start": 1251339125,
            "stop": 1251339128
        },
        {
            "start": 1251339133,
            "stop": 1251342273
        },
        {
            "start": 1251342278,
            "stop": 1251342734
        },
        {
            "start": 1251342738,
            "stop": 1251343317
        },
        {
            "start": 1251343321,
            "stop": 1251345010
        },
        {
            "start": 1251345014,
            "stop": 1251346421
        },
        {
            "start": 1251346429,
            "stop": 1251346446
        },
        {
            "start": 1251346450,
            "stop": 1251346568
        },
        {
            "start": 1251346572,
            "stop": 1251346601
        },
        {
            "start": 1251346605,
            "stop": 1251346678
        },
        {
            "start": 1251346682,
            "stop": 1251346876
        },
        {
            "start": 1251346879,
            "stop": 1251347107
        },
        {
            "start": 1251347108,
            "stop": 1251347109
        },
        {
            "start": 1251347113,
            "stop": 1251348970
        },
        {
            "start": 1251348975,
            "stop": 1251348981
        }
    ]
}