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=16
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=17",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=15",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 16,
    "results": [
        {
            "start": 1369303194,
            "stop": 1369304392
        },
        {
            "start": 1369304394,
            "stop": 1369305576
        },
        {
            "start": 1369305577,
            "stop": 1369306749
        },
        {
            "start": 1369306750,
            "stop": 1369307928
        },
        {
            "start": 1369307930,
            "stop": 1369307964
        },
        {
            "start": 1369307968,
            "stop": 1369309098
        },
        {
            "start": 1369309100,
            "stop": 1369310287
        },
        {
            "start": 1369310289,
            "stop": 1369310699
        },
        {
            "start": 1369310702,
            "stop": 1369311503
        },
        {
            "start": 1369311504,
            "stop": 1369312684
        },
        {
            "start": 1369312686,
            "stop": 1369313914
        },
        {
            "start": 1369313915,
            "stop": 1369315227
        },
        {
            "start": 1369315229,
            "stop": 1369316594
        },
        {
            "start": 1369316596,
            "stop": 1369317644
        },
        {
            "start": 1369317647,
            "stop": 1369318051
        },
        {
            "start": 1369318053,
            "stop": 1369319329
        },
        {
            "start": 1369319330,
            "stop": 1369319425
        },
        {
            "start": 1369319426,
            "stop": 1369320707
        },
        {
            "start": 1369320709,
            "stop": 1369321397
        },
        {
            "start": 1369321399,
            "stop": 1369322613
        }
    ]
}