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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=381",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=379",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 380,
    "results": [
        {
            "start": 1264328925,
            "stop": 1264328927
        },
        {
            "start": 1264328928,
            "stop": 1264328929
        },
        {
            "start": 1264328933,
            "stop": 1264328939
        },
        {
            "start": 1264328949,
            "stop": 1264328950
        },
        {
            "start": 1264328953,
            "stop": 1264328955
        },
        {
            "start": 1264328956,
            "stop": 1264328957
        },
        {
            "start": 1264328958,
            "stop": 1264328959
        },
        {
            "start": 1264328960,
            "stop": 1264328962
        },
        {
            "start": 1264328963,
            "stop": 1264328966
        },
        {
            "start": 1264328967,
            "stop": 1264328972
        },
        {
            "start": 1264328974,
            "stop": 1264328979
        },
        {
            "start": 1264328981,
            "stop": 1264328986
        },
        {
            "start": 1264328987,
            "stop": 1264329004
        },
        {
            "start": 1264329005,
            "stop": 1264329006
        },
        {
            "start": 1264329007,
            "stop": 1264329016
        },
        {
            "start": 1264329017,
            "stop": 1264329021
        },
        {
            "start": 1264329023,
            "stop": 1264329025
        },
        {
            "start": 1264329026,
            "stop": 1264329037
        },
        {
            "start": 1264329038,
            "stop": 1264329085
        },
        {
            "start": 1264329087,
            "stop": 1264329091
        }
    ]
}