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=313
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=314",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=312",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 313,
    "results": [
        {
            "start": 847654724,
            "stop": 847654745
        },
        {
            "start": 847654747,
            "stop": 847654808
        },
        {
            "start": 847654809,
            "stop": 847654833
        },
        {
            "start": 847654834,
            "stop": 847654839
        },
        {
            "start": 847654840,
            "stop": 847654850
        },
        {
            "start": 847654852,
            "stop": 847654873
        },
        {
            "start": 847654874,
            "stop": 847654893
        },
        {
            "start": 847654894,
            "stop": 847654936
        },
        {
            "start": 847654937,
            "stop": 847654959
        },
        {
            "start": 847654962,
            "stop": 847655340
        },
        {
            "start": 847655341,
            "stop": 847655362
        },
        {
            "start": 847655364,
            "stop": 847655389
        },
        {
            "start": 847655391,
            "stop": 847655392
        },
        {
            "start": 847655394,
            "stop": 847655488
        },
        {
            "start": 847655489,
            "stop": 847655521
        },
        {
            "start": 847655522,
            "stop": 847655592
        },
        {
            "start": 847655593,
            "stop": 847655598
        },
        {
            "start": 847655601,
            "stop": 847655617
        },
        {
            "start": 847655618,
            "stop": 847655724
        },
        {
            "start": 847655726,
            "stop": 847655810
        }
    ]
}