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=188
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=189",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=187",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 188,
    "results": [
        {
            "start": 1239894994,
            "stop": 1239895019
        },
        {
            "start": 1239895021,
            "stop": 1239895023
        },
        {
            "start": 1239895024,
            "stop": 1239895032
        },
        {
            "start": 1239895033,
            "stop": 1239895054
        },
        {
            "start": 1239895057,
            "stop": 1239895153
        },
        {
            "start": 1239895154,
            "stop": 1239895261
        },
        {
            "start": 1239895264,
            "stop": 1239895265
        },
        {
            "start": 1239895269,
            "stop": 1239895299
        },
        {
            "start": 1239895300,
            "stop": 1239895471
        },
        {
            "start": 1239895472,
            "stop": 1239895473
        },
        {
            "start": 1239895475,
            "stop": 1239895477
        },
        {
            "start": 1239895480,
            "stop": 1239895489
        },
        {
            "start": 1239895490,
            "stop": 1239895510
        },
        {
            "start": 1239895512,
            "stop": 1239895541
        },
        {
            "start": 1239895543,
            "stop": 1239895548
        },
        {
            "start": 1239895550,
            "stop": 1239895555
        },
        {
            "start": 1239895557,
            "stop": 1239895659
        },
        {
            "start": 1239895660,
            "stop": 1239895676
        },
        {
            "start": 1239895678,
            "stop": 1239895699
        },
        {
            "start": 1239895701,
            "stop": 1239895743
        }
    ]
}