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=348
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=349",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=347",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 348,
    "results": [
        {
            "start": 1181524500,
            "stop": 1181524800
        },
        {
            "start": 1181524980,
            "stop": 1181525063
        },
        {
            "start": 1181525067,
            "stop": 1181525143
        },
        {
            "start": 1181525147,
            "stop": 1181527408
        },
        {
            "start": 1181527409,
            "stop": 1181527411
        },
        {
            "start": 1181527412,
            "stop": 1181528547
        },
        {
            "start": 1181528548,
            "stop": 1181528743
        },
        {
            "start": 1181528747,
            "stop": 1181531208
        },
        {
            "start": 1181531209,
            "stop": 1181531529
        },
        {
            "start": 1181531531,
            "stop": 1181535854
        },
        {
            "start": 1181535856,
            "stop": 1181538434
        },
        {
            "start": 1181538435,
            "stop": 1181541745
        },
        {
            "start": 1181541746,
            "stop": 1181541752
        },
        {
            "start": 1181541753,
            "stop": 1181544161
        },
        {
            "start": 1181544162,
            "stop": 1181546896
        },
        {
            "start": 1181546898,
            "stop": 1181549089
        },
        {
            "start": 1181549090,
            "stop": 1181550774
        },
        {
            "start": 1181550778,
            "stop": 1181551490
        },
        {
            "start": 1181551491,
            "stop": 1181553612
        },
        {
            "start": 1181553613,
            "stop": 1181555924
        }
    ]
}