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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=145",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=143",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 144,
    "results": [
        {
            "start": 1417815037,
            "stop": 1417816892
        },
        {
            "start": 1417816897,
            "stop": 1417817640
        },
        {
            "start": 1417817645,
            "stop": 1417817708
        },
        {
            "start": 1417817713,
            "stop": 1417819016
        },
        {
            "start": 1417819774,
            "stop": 1417821041
        },
        {
            "start": 1417831779,
            "stop": 1417832902
        },
        {
            "start": 1417832907,
            "stop": 1417841203
        },
        {
            "start": 1417841208,
            "stop": 1417842250
        },
        {
            "start": 1417842255,
            "stop": 1417843669
        },
        {
            "start": 1417843674,
            "stop": 1417854936
        },
        {
            "start": 1417854941,
            "stop": 1417863635
        },
        {
            "start": 1417863639,
            "stop": 1417863970
        },
        {
            "start": 1417863975,
            "stop": 1417866906
        },
        {
            "start": 1417866911,
            "stop": 1417866970
        },
        {
            "start": 1417866975,
            "stop": 1417873655
        },
        {
            "start": 1417873660,
            "stop": 1417874010
        },
        {
            "start": 1417874015,
            "stop": 1417874058
        },
        {
            "start": 1417914871,
            "stop": 1417921079
        },
        {
            "start": 1417921978,
            "stop": 1417922403
        },
        {
            "start": 1417923252,
            "stop": 1417925718
        }
    ]
}