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=433
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=434",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=432",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 433,
    "results": [
        {
            "start": 1182856757,
            "stop": 1182858245
        },
        {
            "start": 1182858247,
            "stop": 1182858250
        },
        {
            "start": 1182858252,
            "stop": 1182858694
        },
        {
            "start": 1182858696,
            "stop": 1182858697
        },
        {
            "start": 1182858700,
            "stop": 1182858733
        },
        {
            "start": 1182858737,
            "stop": 1182858860
        },
        {
            "start": 1182858862,
            "stop": 1182859096
        },
        {
            "start": 1182859098,
            "stop": 1182859585
        },
        {
            "start": 1182859587,
            "stop": 1182859588
        },
        {
            "start": 1182859590,
            "stop": 1182860078
        },
        {
            "start": 1182860082,
            "stop": 1182860085
        },
        {
            "start": 1182860087,
            "stop": 1182860255
        },
        {
            "start": 1182860259,
            "stop": 1182860577
        },
        {
            "start": 1182860579,
            "stop": 1182861631
        },
        {
            "start": 1182861633,
            "stop": 1182861635
        },
        {
            "start": 1182861638,
            "stop": 1182862167
        },
        {
            "start": 1182862171,
            "stop": 1182862187
        },
        {
            "start": 1182862189,
            "stop": 1182862542
        },
        {
            "start": 1182862544,
            "stop": 1182862545
        },
        {
            "start": 1182862548,
            "stop": 1182862555
        }
    ]
}