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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=227",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=225",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 226,
    "results": [
        {
            "start": 931502683,
            "stop": 931502693
        },
        {
            "start": 931502695,
            "stop": 931502702
        },
        {
            "start": 931502705,
            "stop": 931502717
        },
        {
            "start": 931502720,
            "stop": 931502721
        },
        {
            "start": 931502722,
            "stop": 931502728
        },
        {
            "start": 931502731,
            "stop": 931502735
        },
        {
            "start": 931502740,
            "stop": 931502747
        },
        {
            "start": 931502752,
            "stop": 931502762
        },
        {
            "start": 931502765,
            "stop": 931502769
        },
        {
            "start": 931502772,
            "stop": 931502775
        },
        {
            "start": 931502777,
            "stop": 931502778
        },
        {
            "start": 931502780,
            "stop": 931502786
        },
        {
            "start": 931502788,
            "stop": 931502800
        },
        {
            "start": 931502801,
            "stop": 931502814
        },
        {
            "start": 931502818,
            "stop": 931502838
        },
        {
            "start": 931502841,
            "stop": 931502859
        },
        {
            "start": 931502865,
            "stop": 931502888
        },
        {
            "start": 931502891,
            "stop": 931502903
        },
        {
            "start": 931502909,
            "stop": 931502916
        },
        {
            "start": 931502918,
            "stop": 931502925
        }
    ]
}