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=278
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=279",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=277",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 278,
    "results": [
        {
            "start": 1126927065,
            "stop": 1126927066
        },
        {
            "start": 1126927068,
            "stop": 1126927079
        },
        {
            "start": 1126927080,
            "stop": 1126927103
        },
        {
            "start": 1126927105,
            "stop": 1126927109
        },
        {
            "start": 1126927111,
            "stop": 1126927318
        },
        {
            "start": 1126927320,
            "stop": 1126927402
        },
        {
            "start": 1126927403,
            "stop": 1126927429
        },
        {
            "start": 1126927430,
            "stop": 1126927436
        },
        {
            "start": 1126927438,
            "stop": 1126927449
        },
        {
            "start": 1126927450,
            "stop": 1126927457
        },
        {
            "start": 1126927577,
            "stop": 1126927578
        },
        {
            "start": 1126927579,
            "stop": 1126927581
        },
        {
            "start": 1126927583,
            "stop": 1126927593
        },
        {
            "start": 1126927594,
            "stop": 1126927648
        },
        {
            "start": 1126927649,
            "stop": 1126927651
        },
        {
            "start": 1126927652,
            "stop": 1126927718
        },
        {
            "start": 1126927719,
            "stop": 1126927724
        },
        {
            "start": 1126927725,
            "stop": 1126927765
        },
        {
            "start": 1126927767,
            "stop": 1126927784
        },
        {
            "start": 1126927785,
            "stop": 1126928122
        }
    ]
}