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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1654",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1652",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1653,
    "results": [
        {
            "start": 1248260010,
            "stop": 1248260527
        },
        {
            "start": 1248260531,
            "stop": 1248260537
        },
        {
            "start": 1248260540,
            "stop": 1248260922
        },
        {
            "start": 1248260925,
            "stop": 1248260997
        },
        {
            "start": 1248261000,
            "stop": 1248261766
        },
        {
            "start": 1248261769,
            "stop": 1248262047
        },
        {
            "start": 1248262049,
            "stop": 1248262065
        },
        {
            "start": 1248262067,
            "stop": 1248262071
        },
        {
            "start": 1248262073,
            "stop": 1248262097
        },
        {
            "start": 1248262100,
            "stop": 1248262118
        },
        {
            "start": 1248262119,
            "stop": 1248262125
        },
        {
            "start": 1248262126,
            "stop": 1248262127
        },
        {
            "start": 1248262128,
            "stop": 1248262153
        },
        {
            "start": 1248262157,
            "stop": 1248262174
        },
        {
            "start": 1248262179,
            "stop": 1248262238
        },
        {
            "start": 1248262241,
            "stop": 1248262270
        },
        {
            "start": 1248262271,
            "stop": 1248263770
        },
        {
            "start": 1248263773,
            "stop": 1248265154
        },
        {
            "start": 1248265157,
            "stop": 1248268431
        },
        {
            "start": 1248268434,
            "stop": 1248269498
        }
    ]
}