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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=240",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=238",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 239,
    "results": [
        {
            "start": 844018766,
            "stop": 844019073
        },
        {
            "start": 844019373,
            "stop": 844019844
        },
        {
            "start": 844019846,
            "stop": 844020944
        },
        {
            "start": 844026247,
            "stop": 844027361
        },
        {
            "start": 844030158,
            "stop": 844035232
        },
        {
            "start": 844035342,
            "stop": 844036645
        },
        {
            "start": 844038010,
            "stop": 844051428
        },
        {
            "start": 844051728,
            "stop": 844095882
        },
        {
            "start": 844095889,
            "stop": 844096688
        },
        {
            "start": 844096691,
            "stop": 844096780
        },
        {
            "start": 844098965,
            "stop": 844100657
        },
        {
            "start": 844100665,
            "stop": 844103688
        },
        {
            "start": 844103694,
            "stop": 844103695
        },
        {
            "start": 844103698,
            "stop": 844103713
        },
        {
            "start": 844103717,
            "stop": 844103720
        },
        {
            "start": 844103730,
            "stop": 844103732
        },
        {
            "start": 844103744,
            "stop": 844112150
        },
        {
            "start": 844112153,
            "stop": 844112170
        },
        {
            "start": 844112182,
            "stop": 844112186
        },
        {
            "start": 844112196,
            "stop": 844118902
        }
    ]
}