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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=120",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 121,
    "results": [
        {
            "start": 1378748144,
            "stop": 1378748258
        },
        {
            "start": 1378748263,
            "stop": 1378749886
        },
        {
            "start": 1378749891,
            "stop": 1378750306
        },
        {
            "start": 1378750311,
            "stop": 1378751680
        },
        {
            "start": 1378751685,
            "stop": 1378762648
        },
        {
            "start": 1378767218,
            "stop": 1378780992
        },
        {
            "start": 1378780997,
            "stop": 1378785932
        },
        {
            "start": 1378785937,
            "stop": 1378788718
        },
        {
            "start": 1378788723,
            "stop": 1378793358
        },
        {
            "start": 1378793363,
            "stop": 1378804876
        },
        {
            "start": 1378804879,
            "stop": 1378806715
        },
        {
            "start": 1378806720,
            "stop": 1378807048
        },
        {
            "start": 1378807052,
            "stop": 1378814131
        },
        {
            "start": 1378814136,
            "stop": 1378816941
        },
        {
            "start": 1378816946,
            "stop": 1378819816
        },
        {
            "start": 1378819821,
            "stop": 1378820391
        },
        {
            "start": 1378820394,
            "stop": 1378829306
        },
        {
            "start": 1378829311,
            "stop": 1378830180
        },
        {
            "start": 1378830185,
            "stop": 1378830212
        },
        {
            "start": 1378830217,
            "stop": 1378831159
        }
    ]
}