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=202
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=203",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=201",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 202,
    "results": [
        {
            "start": 1239881592,
            "stop": 1239881711
        },
        {
            "start": 1239881712,
            "stop": 1239881831
        },
        {
            "start": 1239881832,
            "stop": 1239881951
        },
        {
            "start": 1239881952,
            "stop": 1239882071
        },
        {
            "start": 1239882072,
            "stop": 1239882191
        },
        {
            "start": 1239882192,
            "stop": 1239882311
        },
        {
            "start": 1239882312,
            "stop": 1239882431
        },
        {
            "start": 1239882432,
            "stop": 1239882551
        },
        {
            "start": 1239882552,
            "stop": 1239882671
        },
        {
            "start": 1239882672,
            "stop": 1239882791
        },
        {
            "start": 1239882792,
            "stop": 1239882902
        },
        {
            "start": 1239882903,
            "stop": 1239882911
        },
        {
            "start": 1239882912,
            "stop": 1239883031
        },
        {
            "start": 1239883032,
            "stop": 1239883151
        },
        {
            "start": 1239883152,
            "stop": 1239883271
        },
        {
            "start": 1239883272,
            "stop": 1239883391
        },
        {
            "start": 1239883392,
            "stop": 1239883511
        },
        {
            "start": 1239883512,
            "stop": 1239883631
        },
        {
            "start": 1239883632,
            "stop": 1239883811
        },
        {
            "start": 1239883812,
            "stop": 1239883931
        }
    ]
}