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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=159",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 160,
    "results": [
        {
            "start": 1419045566,
            "stop": 1419045569
        },
        {
            "start": 1419045571,
            "stop": 1419046680
        },
        {
            "start": 1419046681,
            "stop": 1419047310
        },
        {
            "start": 1419047314,
            "stop": 1419050291
        },
        {
            "start": 1419050293,
            "stop": 1419050304
        },
        {
            "start": 1419050306,
            "stop": 1419051298
        },
        {
            "start": 1419051306,
            "stop": 1419051318
        },
        {
            "start": 1419051326,
            "stop": 1419052238
        },
        {
            "start": 1419052242,
            "stop": 1419052664
        },
        {
            "start": 1419052666,
            "stop": 1419052692
        },
        {
            "start": 1419052694,
            "stop": 1419052909
        },
        {
            "start": 1419052911,
            "stop": 1419052930
        },
        {
            "start": 1419052935,
            "stop": 1419058838
        },
        {
            "start": 1419076254,
            "stop": 1419078382
        },
        {
            "start": 1419078386,
            "stop": 1419080720
        },
        {
            "start": 1419080722,
            "stop": 1419084682
        },
        {
            "start": 1419084687,
            "stop": 1419097814
        },
        {
            "start": 1419097822,
            "stop": 1419099709
        },
        {
            "start": 1419099710,
            "stop": 1419099728
        },
        {
            "start": 1419099730,
            "stop": 1419105979
        }
    ]
}