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=860
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=861",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=859",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 860,
    "results": [
        {
            "start": 1250703343,
            "stop": 1250703427
        },
        {
            "start": 1250703428,
            "stop": 1250703433
        },
        {
            "start": 1250703435,
            "stop": 1250703444
        },
        {
            "start": 1250705709,
            "stop": 1250744514
        },
        {
            "start": 1250744522,
            "stop": 1250749453
        },
        {
            "start": 1250749457,
            "stop": 1250749906
        },
        {
            "start": 1250749909,
            "stop": 1250750362
        },
        {
            "start": 1250750366,
            "stop": 1250753106
        },
        {
            "start": 1250753111,
            "stop": 1250754768
        },
        {
            "start": 1250754772,
            "stop": 1250755342
        },
        {
            "start": 1250755346,
            "stop": 1250756480
        },
        {
            "start": 1250756485,
            "stop": 1250756822
        },
        {
            "start": 1250756826,
            "stop": 1250757386
        },
        {
            "start": 1250757390,
            "stop": 1250757705
        },
        {
            "start": 1250757709,
            "stop": 1250758463
        },
        {
            "start": 1250758466,
            "stop": 1250758588
        },
        {
            "start": 1250758592,
            "stop": 1250758907
        },
        {
            "start": 1250758911,
            "stop": 1250759444
        },
        {
            "start": 1250759452,
            "stop": 1250759565
        },
        {
            "start": 1250759569,
            "stop": 1250760095
        }
    ]
}