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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5293",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5291",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5292,
    "results": [
        {
            "start": 1136450149,
            "stop": 1136450232
        },
        {
            "start": 1136450234,
            "stop": 1136450242
        },
        {
            "start": 1136450244,
            "stop": 1136450343
        },
        {
            "start": 1136450346,
            "stop": 1136450553
        },
        {
            "start": 1136450555,
            "stop": 1136450630
        },
        {
            "start": 1136450632,
            "stop": 1136450672
        },
        {
            "start": 1136450674,
            "stop": 1136450816
        },
        {
            "start": 1136450818,
            "stop": 1136450915
        },
        {
            "start": 1136450917,
            "stop": 1136450925
        },
        {
            "start": 1136450928,
            "stop": 1136451081
        },
        {
            "start": 1136451083,
            "stop": 1136451117
        },
        {
            "start": 1136451119,
            "stop": 1136451186
        },
        {
            "start": 1136451188,
            "stop": 1136451213
        },
        {
            "start": 1136451215,
            "stop": 1136451382
        },
        {
            "start": 1136451384,
            "stop": 1136451413
        },
        {
            "start": 1136451415,
            "stop": 1136451460
        },
        {
            "start": 1136451462,
            "stop": 1136451469
        },
        {
            "start": 1136451471,
            "stop": 1136451489
        },
        {
            "start": 1136451491,
            "stop": 1136451599
        },
        {
            "start": 1136451601,
            "stop": 1136451893
        }
    ]
}