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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=61",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 62,
    "results": [
        {
            "start": 1126442874,
            "stop": 1126443837
        },
        {
            "start": 1126443844,
            "stop": 1126443887
        },
        {
            "start": 1126443888,
            "stop": 1126444211
        },
        {
            "start": 1126444212,
            "stop": 1126444481
        },
        {
            "start": 1126444482,
            "stop": 1126444514
        },
        {
            "start": 1126444515,
            "stop": 1126444755
        },
        {
            "start": 1126444757,
            "stop": 1126444799
        },
        {
            "start": 1126444801,
            "stop": 1126444812
        },
        {
            "start": 1126444813,
            "stop": 1126445033
        },
        {
            "start": 1126445034,
            "stop": 1126445324
        },
        {
            "start": 1126445325,
            "stop": 1126445427
        },
        {
            "start": 1126445441,
            "stop": 1126445644
        },
        {
            "start": 1126445645,
            "stop": 1126445948
        },
        {
            "start": 1126445949,
            "stop": 1126446257
        },
        {
            "start": 1126446259,
            "stop": 1126446301
        },
        {
            "start": 1126446302,
            "stop": 1126446572
        },
        {
            "start": 1126446573,
            "stop": 1126446871
        },
        {
            "start": 1126446872,
            "stop": 1126447198
        },
        {
            "start": 1126447199,
            "stop": 1126447476
        },
        {
            "start": 1126447477,
            "stop": 1126447710
        }
    ]
}