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=132
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=133",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=131",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 132,
    "results": [
        {
            "start": 831066839,
            "stop": 831071610
        },
        {
            "start": 831071612,
            "stop": 831096647
        },
        {
            "start": 831098814,
            "stop": 831099668
        },
        {
            "start": 831099778,
            "stop": 831099825
        },
        {
            "start": 831100256,
            "stop": 831100336
        },
        {
            "start": 831100446,
            "stop": 831100675
        },
        {
            "start": 831100975,
            "stop": 831104652
        },
        {
            "start": 831105436,
            "stop": 831105481
        },
        {
            "start": 831105508,
            "stop": 831134238
        },
        {
            "start": 831134241,
            "stop": 831134246
        },
        {
            "start": 831134249,
            "stop": 831134325
        },
        {
            "start": 831134328,
            "stop": 831134364
        },
        {
            "start": 831134371,
            "stop": 831134374
        },
        {
            "start": 831134377,
            "stop": 831134387
        },
        {
            "start": 831134392,
            "stop": 831134405
        },
        {
            "start": 831138844,
            "stop": 831139020
        },
        {
            "start": 831139320,
            "stop": 831141104
        },
        {
            "start": 831141404,
            "stop": 831142241
        },
        {
            "start": 831142351,
            "stop": 831142474
        },
        {
            "start": 831142477,
            "stop": 831142541
        }
    ]
}