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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=408",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=406",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 407,
    "results": [
        {
            "start": 1182560512,
            "stop": 1182560515
        },
        {
            "start": 1182560516,
            "stop": 1182560517
        },
        {
            "start": 1182560528,
            "stop": 1182560543
        },
        {
            "start": 1182560545,
            "stop": 1182560548
        },
        {
            "start": 1182560551,
            "stop": 1182560552
        },
        {
            "start": 1182560557,
            "stop": 1182560559
        },
        {
            "start": 1182560567,
            "stop": 1182560568
        },
        {
            "start": 1182560570,
            "stop": 1182560571
        },
        {
            "start": 1182560577,
            "stop": 1182560579
        },
        {
            "start": 1182560589,
            "stop": 1182560595
        },
        {
            "start": 1182560596,
            "stop": 1182560600
        },
        {
            "start": 1182560603,
            "stop": 1182560606
        },
        {
            "start": 1182560614,
            "stop": 1182560616
        },
        {
            "start": 1182560625,
            "stop": 1182560627
        },
        {
            "start": 1182560628,
            "stop": 1182560629
        },
        {
            "start": 1182560631,
            "stop": 1182560632
        },
        {
            "start": 1182560641,
            "stop": 1182560643
        },
        {
            "start": 1182560645,
            "stop": 1182560646
        },
        {
            "start": 1182583306,
            "stop": 1182587249
        },
        {
            "start": 1182604435,
            "stop": 1182604709
        }
    ]
}