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=477
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=478",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=476",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 477,
    "results": [
        {
            "start": 1183346174,
            "stop": 1183351930
        },
        {
            "start": 1183351934,
            "stop": 1183352745
        },
        {
            "start": 1183352749,
            "stop": 1183354628
        },
        {
            "start": 1183354632,
            "stop": 1183357550
        },
        {
            "start": 1183357554,
            "stop": 1183357908
        },
        {
            "start": 1184032880,
            "stop": 1184034708
        },
        {
            "start": 1184034712,
            "stop": 1184036978
        },
        {
            "start": 1184036982,
            "stop": 1184041441
        },
        {
            "start": 1184041445,
            "stop": 1184047643
        },
        {
            "start": 1184047647,
            "stop": 1184053808
        },
        {
            "start": 1184053812,
            "stop": 1184060027
        },
        {
            "start": 1184060031,
            "stop": 1184072323
        },
        {
            "start": 1184098613,
            "stop": 1184098651
        },
        {
            "start": 1184098682,
            "stop": 1184100052
        },
        {
            "start": 1184100055,
            "stop": 1184101352
        },
        {
            "start": 1184101629,
            "stop": 1184102354
        },
        {
            "start": 1184102356,
            "stop": 1184103558
        },
        {
            "start": 1184103561,
            "stop": 1184103579
        },
        {
            "start": 1184103583,
            "stop": 1184107052
        },
        {
            "start": 1184151851,
            "stop": 1184159238
        }
    ]
}