Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=529
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=530",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=528",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 529,
    "results": [
        {
            "start": 869438596,
            "stop": 869446644
        },
        {
            "start": 869453301,
            "stop": 869464968
        },
        {
            "start": 869476159,
            "stop": 869476664
        },
        {
            "start": 869476666,
            "stop": 869489490
        },
        {
            "start": 869489953,
            "stop": 869492176
        },
        {
            "start": 869496731,
            "stop": 869496732
        },
        {
            "start": 869496733,
            "stop": 869496760
        },
        {
            "start": 869496762,
            "stop": 869496764
        },
        {
            "start": 869496765,
            "stop": 869496804
        },
        {
            "start": 869496806,
            "stop": 869496829
        },
        {
            "start": 869496831,
            "stop": 869496864
        },
        {
            "start": 869496866,
            "stop": 869496867
        },
        {
            "start": 869496869,
            "stop": 869496917
        },
        {
            "start": 869496918,
            "stop": 869496953
        },
        {
            "start": 869496955,
            "stop": 869496971
        },
        {
            "start": 869496973,
            "stop": 869497135
        },
        {
            "start": 869497136,
            "stop": 869497137
        },
        {
            "start": 869497141,
            "stop": 869497147
        },
        {
            "start": 869497149,
            "stop": 869497151
        },
        {
            "start": 869497153,
            "stop": 869497157
        }
    ]
}