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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=127",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=125",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 126,
    "results": [
        {
            "start": 1415738998,
            "stop": 1415739444
        },
        {
            "start": 1415739449,
            "stop": 1415740210
        },
        {
            "start": 1415740215,
            "stop": 1415741119
        },
        {
            "start": 1415741122,
            "stop": 1415743629
        },
        {
            "start": 1415743633,
            "stop": 1415744122
        },
        {
            "start": 1415744127,
            "stop": 1415744873
        },
        {
            "start": 1415744877,
            "stop": 1415746340
        },
        {
            "start": 1415746345,
            "stop": 1415749226
        },
        {
            "start": 1415754705,
            "stop": 1415757470
        },
        {
            "start": 1415757475,
            "stop": 1415758099
        },
        {
            "start": 1415770474,
            "stop": 1415774672
        },
        {
            "start": 1415774677,
            "stop": 1415778322
        },
        {
            "start": 1415778326,
            "stop": 1415796878
        },
        {
            "start": 1415796884,
            "stop": 1415801960
        },
        {
            "start": 1415801965,
            "stop": 1415813146
        },
        {
            "start": 1415813151,
            "stop": 1415817942
        },
        {
            "start": 1415817945,
            "stop": 1415819277
        },
        {
            "start": 1415831744,
            "stop": 1415833716
        },
        {
            "start": 1415833721,
            "stop": 1415840296
        },
        {
            "start": 1415849447,
            "stop": 1415855531
        }
    ]
}