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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=478",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=476",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 477,
    "results": [
        {
            "start": 821790272,
            "stop": 821790288
        },
        {
            "start": 821790291,
            "stop": 821790297
        },
        {
            "start": 821790303,
            "stop": 821790329
        },
        {
            "start": 821790333,
            "stop": 821790345
        },
        {
            "start": 821790350,
            "stop": 821790352
        },
        {
            "start": 821790355,
            "stop": 821790358
        },
        {
            "start": 821790363,
            "stop": 821790364
        },
        {
            "start": 821790370,
            "stop": 821790371
        },
        {
            "start": 821790374,
            "stop": 821790386
        },
        {
            "start": 821790391,
            "stop": 821790398
        },
        {
            "start": 821790401,
            "stop": 821790404
        },
        {
            "start": 821790407,
            "stop": 821790420
        },
        {
            "start": 821790425,
            "stop": 821790427
        },
        {
            "start": 821790433,
            "stop": 821790439
        },
        {
            "start": 821790442,
            "stop": 821790448
        },
        {
            "start": 821790451,
            "stop": 821790462
        },
        {
            "start": 821790466,
            "stop": 821790472
        },
        {
            "start": 821790475,
            "stop": 821790476
        },
        {
            "start": 821790485,
            "stop": 821790504
        },
        {
            "start": 821790507,
            "stop": 821790510
        }
    ]
}