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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5151",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5149",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5150,
    "results": [
        {
            "start": 1136995397,
            "stop": 1136995403
        },
        {
            "start": 1136995405,
            "stop": 1136995412
        },
        {
            "start": 1136995414,
            "stop": 1136995425
        },
        {
            "start": 1136995427,
            "stop": 1136995436
        },
        {
            "start": 1136995438,
            "stop": 1136995441
        },
        {
            "start": 1136995443,
            "stop": 1136995455
        },
        {
            "start": 1136995457,
            "stop": 1136995466
        },
        {
            "start": 1136995468,
            "stop": 1136995475
        },
        {
            "start": 1136995477,
            "stop": 1136995486
        },
        {
            "start": 1136995488,
            "stop": 1136995499
        },
        {
            "start": 1136995501,
            "stop": 1136995510
        },
        {
            "start": 1136995518,
            "stop": 1136995523
        },
        {
            "start": 1136995525,
            "stop": 1136995531
        },
        {
            "start": 1136995533,
            "stop": 1136995552
        },
        {
            "start": 1136995554,
            "stop": 1136995558
        },
        {
            "start": 1136995560,
            "stop": 1136995582
        },
        {
            "start": 1136995584,
            "stop": 1136995594
        },
        {
            "start": 1136995596,
            "stop": 1136995625
        },
        {
            "start": 1136995627,
            "stop": 1136995650
        },
        {
            "start": 1136995652,
            "stop": 1136995668
        }
    ]
}