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=885
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=886",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=884",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 885,
    "results": [
        {
            "start": 1251218822,
            "stop": 1251218836
        },
        {
            "start": 1251218843,
            "stop": 1251218861
        },
        {
            "start": 1251218865,
            "stop": 1251218875
        },
        {
            "start": 1251218880,
            "stop": 1251218914
        },
        {
            "start": 1251218918,
            "stop": 1251219466
        },
        {
            "start": 1251219470,
            "stop": 1251219496
        },
        {
            "start": 1251219501,
            "stop": 1251219517
        },
        {
            "start": 1251219521,
            "stop": 1251220206
        },
        {
            "start": 1251220209,
            "stop": 1251220799
        },
        {
            "start": 1251220803,
            "stop": 1251223202
        },
        {
            "start": 1251223207,
            "stop": 1251224466
        },
        {
            "start": 1251224470,
            "stop": 1251224863
        },
        {
            "start": 1251224867,
            "stop": 1251225433
        },
        {
            "start": 1251225438,
            "stop": 1251225600
        },
        {
            "start": 1251225707,
            "stop": 1251225891
        },
        {
            "start": 1251225896,
            "stop": 1251226097
        },
        {
            "start": 1251226100,
            "stop": 1251226190
        },
        {
            "start": 1251226195,
            "stop": 1251226320
        },
        {
            "start": 1251226325,
            "stop": 1251226402
        },
        {
            "start": 1251226406,
            "stop": 1251226432
        }
    ]
}