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=182
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=183",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=181",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 182,
    "results": [
        {
            "start": 1239837004,
            "stop": 1239837072
        },
        {
            "start": 1239837073,
            "stop": 1239837192
        },
        {
            "start": 1239837193,
            "stop": 1239837312
        },
        {
            "start": 1239837313,
            "stop": 1239837432
        },
        {
            "start": 1239837433,
            "stop": 1239837552
        },
        {
            "start": 1239837553,
            "stop": 1239837672
        },
        {
            "start": 1239837673,
            "stop": 1239837719
        },
        {
            "start": 1239837724,
            "stop": 1239837792
        },
        {
            "start": 1239837793,
            "stop": 1239837836
        },
        {
            "start": 1239837840,
            "stop": 1239837851
        },
        {
            "start": 1239837855,
            "stop": 1239837912
        },
        {
            "start": 1239837913,
            "stop": 1239838032
        },
        {
            "start": 1239838033,
            "stop": 1239838152
        },
        {
            "start": 1239838153,
            "stop": 1239838272
        },
        {
            "start": 1239838273,
            "stop": 1239838392
        },
        {
            "start": 1239838393,
            "stop": 1239838512
        },
        {
            "start": 1239838513,
            "stop": 1239838632
        },
        {
            "start": 1239838633,
            "stop": 1239838752
        },
        {
            "start": 1239838753,
            "stop": 1239838872
        },
        {
            "start": 1239838873,
            "stop": 1239838948
        }
    ]
}