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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=295",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=293",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 294,
    "results": [
        {
            "start": 1177942155,
            "stop": 1177942603
        },
        {
            "start": 1177942604,
            "stop": 1177942816
        },
        {
            "start": 1177942824,
            "stop": 1177948396
        },
        {
            "start": 1177963174,
            "stop": 1177964343
        },
        {
            "start": 1177964346,
            "stop": 1177964465
        },
        {
            "start": 1177964468,
            "stop": 1177965554
        },
        {
            "start": 1177966888,
            "stop": 1177967900
        },
        {
            "start": 1177967904,
            "stop": 1177968011
        },
        {
            "start": 1177968015,
            "stop": 1177968016
        },
        {
            "start": 1177968020,
            "stop": 1177968436
        },
        {
            "start": 1177968437,
            "stop": 1177968446
        },
        {
            "start": 1177968448,
            "stop": 1177968612
        },
        {
            "start": 1177968614,
            "stop": 1177973273
        },
        {
            "start": 1177973276,
            "stop": 1177980340
        },
        {
            "start": 1177980343,
            "stop": 1177981518
        },
        {
            "start": 1177981522,
            "stop": 1177981956
        },
        {
            "start": 1177981957,
            "stop": 1177982310
        },
        {
            "start": 1177982313,
            "stop": 1177982939
        },
        {
            "start": 1177982940,
            "stop": 1177984490
        },
        {
            "start": 1177984494,
            "stop": 1177984749
        }
    ]
}