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=5108
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=5109",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5107",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5108,
    "results": [
        {
            "start": 1136980412,
            "stop": 1136980419
        },
        {
            "start": 1136980420,
            "stop": 1136980436
        },
        {
            "start": 1136980437,
            "stop": 1136980475
        },
        {
            "start": 1136980477,
            "stop": 1136980502
        },
        {
            "start": 1136980506,
            "stop": 1136980514
        },
        {
            "start": 1136980516,
            "stop": 1136980541
        },
        {
            "start": 1136980544,
            "stop": 1136980547
        },
        {
            "start": 1136980549,
            "stop": 1136980599
        },
        {
            "start": 1136980601,
            "stop": 1136980663
        },
        {
            "start": 1136980665,
            "stop": 1136980666
        },
        {
            "start": 1136980668,
            "stop": 1136980673
        },
        {
            "start": 1136980675,
            "stop": 1136980676
        },
        {
            "start": 1136980678,
            "stop": 1136980688
        },
        {
            "start": 1136980689,
            "stop": 1136980700
        },
        {
            "start": 1136980704,
            "stop": 1136980710
        },
        {
            "start": 1136980712,
            "stop": 1136980722
        },
        {
            "start": 1136980724,
            "stop": 1136980733
        },
        {
            "start": 1136980735,
            "stop": 1136980852
        },
        {
            "start": 1136980854,
            "stop": 1136980875
        },
        {
            "start": 1136980877,
            "stop": 1136980880
        }
    ]
}