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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=367",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=365",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 366,
    "results": [
        {
            "start": 1386828385,
            "stop": 1386829893
        },
        {
            "start": 1386875765,
            "stop": 1386876914
        },
        {
            "start": 1386876919,
            "stop": 1386883100
        },
        {
            "start": 1386883104,
            "stop": 1386883141
        },
        {
            "start": 1386883146,
            "stop": 1386884368
        },
        {
            "start": 1386884373,
            "stop": 1386891719
        },
        {
            "start": 1386902687,
            "stop": 1386906149
        },
        {
            "start": 1386906151,
            "stop": 1386908574
        },
        {
            "start": 1386908578,
            "stop": 1386912028
        },
        {
            "start": 1386912032,
            "stop": 1386913195
        },
        {
            "start": 1387062384,
            "stop": 1387063524
        },
        {
            "start": 1387066443,
            "stop": 1387066673
        },
        {
            "start": 1387066676,
            "stop": 1387071410
        },
        {
            "start": 1387071412,
            "stop": 1387071938
        },
        {
            "start": 1387071941,
            "stop": 1387072706
        },
        {
            "start": 1387072710,
            "stop": 1387072896
        },
        {
            "start": 1387072898,
            "stop": 1387072979
        },
        {
            "start": 1387075440,
            "stop": 1387077092
        },
        {
            "start": 1387077094,
            "stop": 1387080357
        },
        {
            "start": 1387080358,
            "stop": 1387082854
        }
    ]
}