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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=296",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=294",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 295,
    "results": [
        {
            "start": 932699129,
            "stop": 932701733
        },
        {
            "start": 932701736,
            "stop": 932701979
        },
        {
            "start": 932701981,
            "stop": 932709364
        },
        {
            "start": 932711212,
            "stop": 932711735
        },
        {
            "start": 932711738,
            "stop": 932713702
        },
        {
            "start": 932717212,
            "stop": 932717560
        },
        {
            "start": 932717563,
            "stop": 932723943
        },
        {
            "start": 932724757,
            "stop": 932726391
        },
        {
            "start": 932729381,
            "stop": 932730295
        },
        {
            "start": 932736772,
            "stop": 932738394
        },
        {
            "start": 932758842,
            "stop": 932759054
        },
        {
            "start": 932760935,
            "stop": 932761457
        },
        {
            "start": 932763575,
            "stop": 932765863
        },
        {
            "start": 932771327,
            "stop": 932771732
        },
        {
            "start": 932791915,
            "stop": 932799100
        },
        {
            "start": 932803648,
            "stop": 932804709
        },
        {
            "start": 932804711,
            "stop": 932807958
        },
        {
            "start": 932810102,
            "stop": 932828337
        },
        {
            "start": 932828340,
            "stop": 932828428
        },
        {
            "start": 932935560,
            "stop": 932936370
        }
    ]
}