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=411
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=412",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=410",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 411,
    "results": [
        {
            "start": 1182671897,
            "stop": 1182674294
        },
        {
            "start": 1182674295,
            "stop": 1182675193
        },
        {
            "start": 1182675197,
            "stop": 1182676468
        },
        {
            "start": 1182676469,
            "stop": 1182677578
        },
        {
            "start": 1182677582,
            "stop": 1182678592
        },
        {
            "start": 1182678593,
            "stop": 1182680596
        },
        {
            "start": 1182680597,
            "stop": 1182681955
        },
        {
            "start": 1182681959,
            "stop": 1182682473
        },
        {
            "start": 1182682474,
            "stop": 1182684556
        },
        {
            "start": 1182684557,
            "stop": 1182686137
        },
        {
            "start": 1182686141,
            "stop": 1182686551
        },
        {
            "start": 1182686552,
            "stop": 1182687348
        },
        {
            "start": 1182687352,
            "stop": 1182688735
        },
        {
            "start": 1182688736,
            "stop": 1182690503
        },
        {
            "start": 1182690504,
            "stop": 1182692288
        },
        {
            "start": 1182692289,
            "stop": 1182692365
        },
        {
            "start": 1182692369,
            "stop": 1182694014
        },
        {
            "start": 1182694015,
            "stop": 1182694570
        },
        {
            "start": 1182694571,
            "stop": 1182697010
        },
        {
            "start": 1182697011,
            "stop": 1182697949
        }
    ]
}