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=97
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=98",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=96",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 97,
    "results": [
        {
            "start": 1239132681,
            "stop": 1239132891
        },
        {
            "start": 1239132894,
            "stop": 1239133211
        },
        {
            "start": 1239133212,
            "stop": 1239134622
        },
        {
            "start": 1239134623,
            "stop": 1239138813
        },
        {
            "start": 1239138816,
            "stop": 1239138836
        },
        {
            "start": 1239138839,
            "stop": 1239139011
        },
        {
            "start": 1239139014,
            "stop": 1239139169
        },
        {
            "start": 1239139178,
            "stop": 1239139522
        },
        {
            "start": 1239139531,
            "stop": 1239140419
        },
        {
            "start": 1239140422,
            "stop": 1239140663
        },
        {
            "start": 1239140665,
            "stop": 1239140924
        },
        {
            "start": 1239149500,
            "stop": 1239149632
        },
        {
            "start": 1239149635,
            "stop": 1239151195
        },
        {
            "start": 1239151196,
            "stop": 1239152459
        },
        {
            "start": 1239152462,
            "stop": 1239152598
        },
        {
            "start": 1239152599,
            "stop": 1239153375
        },
        {
            "start": 1239153378,
            "stop": 1239153689
        },
        {
            "start": 1239153848,
            "stop": 1239154289
        },
        {
            "start": 1239154290,
            "stop": 1239155356
        },
        {
            "start": 1239155359,
            "stop": 1239156004
        }
    ]
}