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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=129",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 130,
    "results": [
        {
            "start": 1175615374,
            "stop": 1175615376
        },
        {
            "start": 1175615377,
            "stop": 1175622230
        },
        {
            "start": 1175622235,
            "stop": 1175622267
        },
        {
            "start": 1175622271,
            "stop": 1175622299
        },
        {
            "start": 1175650660,
            "stop": 1175653526
        },
        {
            "start": 1175653829,
            "stop": 1175656854
        },
        {
            "start": 1175656858,
            "stop": 1175661469
        },
        {
            "start": 1175661481,
            "stop": 1175661948
        },
        {
            "start": 1175664976,
            "stop": 1175667772
        },
        {
            "start": 1175667773,
            "stop": 1175669458
        },
        {
            "start": 1175669461,
            "stop": 1175669477
        },
        {
            "start": 1175669479,
            "stop": 1175670111
        },
        {
            "start": 1175670112,
            "stop": 1175673259
        },
        {
            "start": 1175673260,
            "stop": 1175673799
        },
        {
            "start": 1175673802,
            "stop": 1175674399
        },
        {
            "start": 1175674400,
            "stop": 1175678341
        },
        {
            "start": 1175678344,
            "stop": 1175685083
        },
        {
            "start": 1175685087,
            "stop": 1175685730
        },
        {
            "start": 1175685734,
            "stop": 1175696117
        },
        {
            "start": 1175696120,
            "stop": 1175696126
        }
    ]
}