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=318
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=319",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=317",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 318,
    "results": [
        {
            "start": 847660007,
            "stop": 847660048
        },
        {
            "start": 847660050,
            "stop": 847660080
        },
        {
            "start": 847660081,
            "stop": 847660094
        },
        {
            "start": 847660096,
            "stop": 847660121
        },
        {
            "start": 847660124,
            "stop": 847660127
        },
        {
            "start": 847660129,
            "stop": 847660175
        },
        {
            "start": 847660178,
            "stop": 847660208
        },
        {
            "start": 847660209,
            "stop": 847660210
        },
        {
            "start": 847660211,
            "stop": 847660217
        },
        {
            "start": 847660218,
            "stop": 847660251
        },
        {
            "start": 847660253,
            "stop": 847660324
        },
        {
            "start": 847660325,
            "stop": 847660372
        },
        {
            "start": 847660374,
            "stop": 847660403
        },
        {
            "start": 847660404,
            "stop": 847660432
        },
        {
            "start": 847660434,
            "stop": 847660447
        },
        {
            "start": 847660448,
            "stop": 847660502
        },
        {
            "start": 847660504,
            "stop": 847660507
        },
        {
            "start": 847660508,
            "stop": 847660560
        },
        {
            "start": 847660562,
            "stop": 847660677
        },
        {
            "start": 847660678,
            "stop": 847660755
        }
    ]
}