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=915
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=916",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=914",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 915,
    "results": [
        {
            "start": 1251458303,
            "stop": 1251458707
        },
        {
            "start": 1251458711,
            "stop": 1251458905
        },
        {
            "start": 1251458909,
            "stop": 1251459350
        },
        {
            "start": 1251459352,
            "stop": 1251459590
        },
        {
            "start": 1251459593,
            "stop": 1251459678
        },
        {
            "start": 1251459682,
            "stop": 1251459905
        },
        {
            "start": 1251459908,
            "stop": 1251460075
        },
        {
            "start": 1251460079,
            "stop": 1251460374
        },
        {
            "start": 1251460378,
            "stop": 1251460750
        },
        {
            "start": 1251460754,
            "stop": 1251460951
        },
        {
            "start": 1251460955,
            "stop": 1251461186
        },
        {
            "start": 1251461190,
            "stop": 1251461253
        },
        {
            "start": 1251461258,
            "stop": 1251461458
        },
        {
            "start": 1251461462,
            "stop": 1251461566
        },
        {
            "start": 1251461570,
            "stop": 1251461653
        },
        {
            "start": 1251461657,
            "stop": 1251461688
        },
        {
            "start": 1251461691,
            "stop": 1251461860
        },
        {
            "start": 1251461863,
            "stop": 1251462095
        },
        {
            "start": 1251462099,
            "stop": 1251462281
        },
        {
            "start": 1251462285,
            "stop": 1251462423
        }
    ]
}