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=136
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=137",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=135",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 136,
    "results": [
        {
            "start": 831402149,
            "stop": 831402153
        },
        {
            "start": 831402453,
            "stop": 831402485
        },
        {
            "start": 831402595,
            "stop": 831402957
        },
        {
            "start": 831403257,
            "stop": 831412366
        },
        {
            "start": 831414401,
            "stop": 831419053
        },
        {
            "start": 831420044,
            "stop": 831420129
        },
        {
            "start": 831420429,
            "stop": 831420972
        },
        {
            "start": 831421857,
            "stop": 831439089
        },
        {
            "start": 831439352,
            "stop": 831449830
        },
        {
            "start": 831449832,
            "stop": 831454693
        },
        {
            "start": 831455608,
            "stop": 831465372
        },
        {
            "start": 831466808,
            "stop": 831475247
        },
        {
            "start": 831476751,
            "stop": 831483840
        },
        {
            "start": 831484314,
            "stop": 831495657
        },
        {
            "start": 831497293,
            "stop": 831498545
        },
        {
            "start": 831508799,
            "stop": 831508894
        },
        {
            "start": 831509198,
            "stop": 831510259
        },
        {
            "start": 831514361,
            "stop": 831518648
        },
        {
            "start": 831518758,
            "stop": 831519309
        },
        {
            "start": 831519609,
            "stop": 831552777
        }
    ]
}