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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=330",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=328",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 329,
    "results": [
        {
            "start": 823077853,
            "stop": 823077897
        },
        {
            "start": 823077900,
            "stop": 823077903
        },
        {
            "start": 823077908,
            "stop": 823077910
        },
        {
            "start": 823077913,
            "stop": 823077942
        },
        {
            "start": 823077946,
            "stop": 823077948
        },
        {
            "start": 823077951,
            "stop": 823077964
        },
        {
            "start": 823077974,
            "stop": 823078001
        },
        {
            "start": 823078004,
            "stop": 823078023
        },
        {
            "start": 823078387,
            "stop": 823078413
        },
        {
            "start": 823078416,
            "stop": 823078419
        },
        {
            "start": 823078422,
            "stop": 823078426
        },
        {
            "start": 823078429,
            "stop": 823078484
        },
        {
            "start": 823078665,
            "stop": 823078676
        },
        {
            "start": 823078680,
            "stop": 823078705
        },
        {
            "start": 823078708,
            "stop": 823078711
        },
        {
            "start": 823078715,
            "stop": 823078717
        },
        {
            "start": 823078721,
            "stop": 823078746
        },
        {
            "start": 823078749,
            "stop": 823078784
        },
        {
            "start": 823079027,
            "stop": 823079039
        },
        {
            "start": 823079042,
            "stop": 823079045
        }
    ]
}