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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46681",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46679",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46680,
    "results": [
        {
            "start": 875045063,
            "stop": 875045067
        },
        {
            "start": 875045068,
            "stop": 875045077
        },
        {
            "start": 875045079,
            "stop": 875045086
        },
        {
            "start": 875045087,
            "stop": 875045098
        },
        {
            "start": 875045100,
            "stop": 875045115
        },
        {
            "start": 875045117,
            "stop": 875045124
        },
        {
            "start": 875045126,
            "stop": 875045141
        },
        {
            "start": 875045142,
            "stop": 875045162
        },
        {
            "start": 875045164,
            "stop": 875045183
        },
        {
            "start": 875045185,
            "stop": 875045205
        },
        {
            "start": 875045207,
            "stop": 875045221
        },
        {
            "start": 875045222,
            "stop": 875045225
        },
        {
            "start": 875045226,
            "stop": 875045247
        },
        {
            "start": 875045249,
            "stop": 875045256
        },
        {
            "start": 875045258,
            "stop": 875045290
        },
        {
            "start": 875045292,
            "stop": 875045304
        },
        {
            "start": 875045306,
            "stop": 875045335
        },
        {
            "start": 875045336,
            "stop": 875045354
        },
        {
            "start": 875045355,
            "stop": 875045359
        },
        {
            "start": 875045361,
            "stop": 875045373
        }
    ]
}