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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3011",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3009",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3010,
    "results": [
        {
            "start": 862834203,
            "stop": 862838340
        },
        {
            "start": 862838460,
            "stop": 862840957
        },
        {
            "start": 862840963,
            "stop": 862844220
        },
        {
            "start": 862844280,
            "stop": 862845282
        },
        {
            "start": 862845288,
            "stop": 862847940
        },
        {
            "start": 862848000,
            "stop": 862848480
        },
        {
            "start": 862848540,
            "stop": 862849023
        },
        {
            "start": 862849026,
            "stop": 862849080
        },
        {
            "start": 862849140,
            "stop": 862853507
        },
        {
            "start": 862853513,
            "stop": 862853517
        },
        {
            "start": 862853523,
            "stop": 862853535
        },
        {
            "start": 862853540,
            "stop": 862853610
        },
        {
            "start": 862853615,
            "stop": 862854780
        },
        {
            "start": 862854900,
            "stop": 862855260
        },
        {
            "start": 862857604,
            "stop": 862858223
        },
        {
            "start": 862858736,
            "stop": 862862002
        },
        {
            "start": 862862012,
            "stop": 862862014
        },
        {
            "start": 862862018,
            "stop": 862863405
        },
        {
            "start": 862863480,
            "stop": 862865560
        },
        {
            "start": 862865568,
            "stop": 862865595
        }
    ]
}