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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5727",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5725",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5726,
    "results": [
        {
            "start": 874607989,
            "stop": 874608006
        },
        {
            "start": 874608009,
            "stop": 874608035
        },
        {
            "start": 874608038,
            "stop": 874608067
        },
        {
            "start": 874608070,
            "stop": 874608091
        },
        {
            "start": 874608094,
            "stop": 874608106
        },
        {
            "start": 874608109,
            "stop": 874608116
        },
        {
            "start": 874608121,
            "stop": 874608123
        },
        {
            "start": 874608126,
            "stop": 874608138
        },
        {
            "start": 874608141,
            "stop": 874608155
        },
        {
            "start": 874608158,
            "stop": 874608187
        },
        {
            "start": 874608191,
            "stop": 874608233
        },
        {
            "start": 874608236,
            "stop": 874608274
        },
        {
            "start": 874608285,
            "stop": 874608290
        },
        {
            "start": 874608293,
            "stop": 874608320
        },
        {
            "start": 874608323,
            "stop": 874608394
        },
        {
            "start": 874608397,
            "stop": 874608410
        },
        {
            "start": 874608414,
            "stop": 874608415
        },
        {
            "start": 874608424,
            "stop": 874608435
        },
        {
            "start": 874608444,
            "stop": 874608454
        },
        {
            "start": 874608457,
            "stop": 874608511
        }
    ]
}